From e602064a31fcc243f89335b0f99a59a065bda2ef Mon Sep 17 00:00:00 2001 From: yjjnls Date: Thu, 14 Mar 2019 11:10:09 +0800 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..deaaddb --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +Contributions welcome! + +1. Fork it (https://github.com/yjjnls/awesome-blockchain/fork) +2. Clone it (git clone https://github.com/yjjnls/awesome-blockchain) +3. Create your feature branch (git checkout -b your_branch_name) +4. Commit your changes (git commit -m 'Description of a commit') +5. Push to the branch (git push origin your_branch_name) +6. Create a new Pull Request + +If you found this resource helpful, give it a 🌟 otherwise contribute to it and give it a ⭐️.