We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03abad1 commit 791d619Copy full SHA for 791d619
CONTRIBUTING.md
@@ -0,0 +1,11 @@
1
+# Please take a moment to review the following documents:
2
+* https://wiki.jenkins-ci.org/display/JENKINS/Beginners+Guide+to+Contributing
3
+* https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins
4
+
5
+# For security issues:
6
+* https://wiki.jenkins-ci.org/display/SECURITY/SECURITY+issues+in+plugins
7
+* in short, do not post information publicly (disclosure) until a fix made available publicly.
8
9
+# Jenkins is about testing:
10
+* please add tests to cover each new feature; pull requests may be rejected.
11
+* please architect the code so it is easier to test.
0 commit comments