Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dnozay committed May 2, 2016
1 parent 03abad1 commit 791d619
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,11 @@
# Please take a moment to review the following documents:
* https://wiki.jenkins-ci.org/display/JENKINS/Beginners+Guide+to+Contributing
* https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins

# For security issues:
* https://wiki.jenkins-ci.org/display/SECURITY/SECURITY+issues+in+plugins
* in short, do not post information publicly (disclosure) until a fix made available publicly.

# Jenkins is about testing:
* please add tests to cover each new feature; pull requests may be rejected.
* please architect the code so it is easier to test.

0 comments on commit 791d619

Please sign in to comment.