Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vonnieda committed Jan 26, 2016
1 parent 2106851 commit 945f805
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Issues, Bug Reports, and Feature Requests

* When creating a new Issue, first search to see if it has already been filed.
* Bug reports must include the following or will be deleted:
* Steps to reproduce.
Expand All @@ -7,12 +8,13 @@
* Notes, log files, screen captures, videos, etc. to show the problem.

# Code Contributions and Pull Requests

Before starting work on a pull request, please read: https://github.com/openpnp/openpnp/wiki/Developers-Guide#contributing

Summary of guidelines:

* One pull request per issue.
* Describe the change and why it is needed.
* One pull request per issue, bug or feature.
* Describe the change in detail and why it is needed.
* Follow the coding style.
* Include tests and documentation.
* Run and pass the tests.
Expand Down

0 comments on commit 945f805

Please sign in to comment.