From 7605a85aa4211bc4232590746dba1b0a457334cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Sat, 23 Mar 2019 21:49:34 +0000 Subject: [PATCH] Small fixes to restart the work on this project --- CONTRIBUTING.md | 7 +++++++ Cargo.toml | 2 +- README.md | 5 ++--- 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 CONTRIBUTING.md 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