From 22d09172f7a5b10d53aebf944e9f6abc50e30b1c Mon Sep 17 00:00:00 2001 From: Vinta Date: Thu, 31 Jul 2014 11:35:04 +0800 Subject: [PATCH] add contributing guidelines --- CONTRIBUTING.md | 11 +++++++++++ README.md | 8 ++++++++ 2 files changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..3d0f776 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing + +Your contributions are always welcome! + +## Guidelines + +* Add section if needed + * Add section description + * Add section title to Table of contents +* Add your links in this format: `* [project-name](http://example.com/) - A short descripttion ends with a dot.` +* Send a Pull Request diff --git a/README.md b/README.md index d65dea9..8110b8c 100644 --- a/README.md +++ b/README.md @@ -986,3 +986,11 @@ List of lists. # Contributing Your contributions are always welcome! + +## Guidelines + +* Add section if needed + * Add section description + * Add section title to Table of contents +* Add your links in this format: `* [project-name](http://example.com/) - A short descripttion ends with a dot.` +* Send a Pull Request