diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..a4e447a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# How to contribute + +At this moment there are no special requirements to contribute to this project. +I just ask you to: + +- Be respectful to others +- Document your changes properly diff --git a/Cargo.toml b/Cargo.toml index 0c70954..b1dca6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ authors = ["Gonçalo Valério "] actix-web = "0.6.11" diesel = { version = "1.3.0" } toml = "0.4.6" -clap = "2.32.0" \ No newline at end of file +clap = "2.32.0" diff --git a/README.md b/README.md index ca8bd96..17a4383 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Rusty hub -This project intends be an easy to use and deploy [Websub Hub](https://www.w3.org/TR/websub/#hub). It still is a work -in progress and at this moment is not intented to use in production. +This project intends be an easy to use and deploy [Websub Hub](https://www.w3.org/TR/websub/#hub). It still is a work in progress and at this moment is not intented to use in production. ## Installation @@ -13,4 +12,4 @@ Instructions will be added soon ## Development Environment -Instructions will be added soon \ No newline at end of file +Instructions will be added soon