From 9773391b7cdf9230d98d679a8959e7528f009004 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 20 Dec 2012 00:20:18 +0800 Subject: [PATCH] Update CONTRIBUTING.md. --- CONTRIBUTING.md | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 419ece8..fc5fe26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,24 +2,6 @@ Want to get involved? Thanks! There are plenty of ways to help! -## Contributing code - -If you would like to contribute code and don't have any specific issue to fix, - see our issues list. Some items have been marked with a **contribs wanted** - tag--you may want to start there. - -**[View issues][issues]** - -## Responding to issues - -Feel free to respond to other people's issues! Some people may be reporting -issues that can easily be solved even without modification to the project's -code. - -You can also help by validating bugs reported. - -**[View issues][issues]** - ## Reporting issues A bug is a _demonstrable problem_ that is caused by the code in the @@ -70,6 +52,29 @@ information that is required to assess or fix the bug. **[File a bug report][issues]** +## Responding to issues + +Feel free to respond to other people's issues! Some people may be reporting +issues that can easily be solved even without modification to the project's +code. + +You can also help by verifying issues reported. + +**[View issues][issues]** + +## The 'help wanted' tag + +Some [issues] are tagged with the 'help wanted' tag. These issues often: + + - are missing an actual implementation, or + - need people's help in verifying and replicating the issue, or + - need test cases. + +If you would like to contribute code and don't have any specific issue you want +to fix, this would be a good place to start looking at! + +**[View issues][issues]** + ## Pull requests Good pull requests — patches, improvements, new features — are a fantastic