From a2e743e8af046e2618a8e8f3c72d7255c529b14a Mon Sep 17 00:00:00 2001 From: mattbk Date: Fri, 2 Dec 2016 11:08:31 -0600 Subject: [PATCH] Make changes without remove other changes. --- CONTRIBUTING.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1dfe3e221a..211c2fc57f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,7 @@ #Contributing to Gratipay ##What is "open work"? -At http://gratipay.com/about, we have a definition: - -> “Open work” means that your company or organization makes it easy for any individual to do your work for you without asking you first, and as a result to share in any revenue you generate. +"Open work" means that your company or organization makes it easy for any individual to do your work for you without asking you first, and as a result to share in any revenue you generate. Do work first, ask permission later. Fun, isn't it? If you are opening a new issue or submitting a pull request, **go for it!** Don't be afraid that it's a dumb idea or a duplicate of another issue or an unwanted change or whatever. Maybe it is! We're still glad to have you! :^) @@ -11,18 +9,18 @@ Do work first, ask permission later. Fun, isn't it? If you are opening a new iss Whether you are a programmer or not, you can contribute to Gratipay. Below are some ideas we've modified from [this great blog post](http://blog.smartbear.com/programming/14-ways-to-contribute-to-open-source-without-being-a-programming-genius-or-a-rock-star/) (more details at the link). You can check out a similar list [here](http://24pullrequests.com/contributing). If you see anything below that doesn't make sense, _relax_--find something you understand and start from there. 1. Follow along on GitHub. Looks like you're in the right place already! See all project repositories at http://github.com/gratipay. -2. Follow the [Gratipay blog](https://medium.com/gratipay-blog). -3. Diagnose a bug by creating an issue. -3. Suggest an improvement by creating an issue. -4. Close resolved issues ([here's the big list](https://github.com/issues?q=is%3Aopen+user%3Agratipay+sort%3Aupdated-desc)). -5. [Test the code](https://github.com/gratipay/gratipay.com/blob/master/README.md). -6. Fix a bug/resolve an issue. -7. Write a test. -8. Add a comment to the code. -11. Create an example. -12. Answer a question. -13. Write a blog post. -14. Improve the website (either [gratipay.com](http://gratipay.com) or [inside.gratipay.com](http://inside.gratipay.com)). +1. Follow the [Gratipay blog](https://medium.com/gratipay-blog). +1. Diagnose a bug by creating an issue. +1. Suggest an improvement by creating an issue. +1. Close resolved issues ([here's the big list](https://github.com/issues?q=is%3Aopen+user%3Agratipay+sort%3Aupdated-desc)). +1. [Test the code](https://github.com/gratipay/gratipay.com/blob/master/README.md). +1. Fix a bug/resolve an issue. +1. Write a test. +1. Add a comment to the code. +1. Create an example. +1. Answer a question. +1. Write a blog post. +1. Improve the website (either [gratipay.com](http://gratipay.com) or [inside.gratipay.com](http://inside.gratipay.com)). ###More info If you want to really get involved, then check out our [full documentation for contributors](http://inside.gratipay.com/).