Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vonnieda committed Feb 14, 2017
1 parent 9a50a9a commit 6ea1c62
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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.
* Expected result.
* Actual result.
* A Short, Self Contained, Correct, Example: http://sscce.org/
* 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, 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.
* Think of how this affects other users.

0 comments on commit 6ea1c62

Please sign in to comment.