diff options
author | Emmanuel Seyman <emmanuel@seyman.fr> | 2016-12-28 22:45:55 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-12-28 22:45:55 +0100 |
commit | 64794ccd5345a5c60a4e12ea43053c32d3aa92d8 (patch) | |
tree | 972aba49e70b7b2c132dc3fd25adb1584ee755d5 | |
parent | 6e9ef736590cbcd8db60e26aef91e0b372122cf7 (diff) | |
download | bugzilla-64794ccd5345a5c60a4e12ea43053c32d3aa92d8.tar.gz bugzilla-64794ccd5345a5c60a4e12ea43053c32d3aa92d8.tar.xz |
Bug 1288737 - Add CONTRIBUTING.md file to Bugzilla repo
r/a=dylan
-rw-r--r-- | CONTRIBUTING.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..463669e89 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,35 @@ +# Contributing to Bugzilla + +Bugzilla is an open source project. + +Over the years, hundreds of people have contributed code. We appreciate your help! + + +## Filing issues + +When filing an issue, make sure to answer these four questions: + +1. What version of Bugzilla are you using (`the version is on the top right-hand corner of the front page`)? +2. What did you do? +3. What did you expect to see? +4. What did you see instead? + +General questions should go to the [support-bugzilla mailing list](https://lists.mozilla.org/listinfo/support-bugzilla) instead of our bug tracker. +The people there will answer or ask you to file an issue if you've tripped over a bug. + + +## Contributing code + +Please read the [tips for Developers](https://wiki.mozilla.org/Bugzilla:Developers) +before sending patches. + +The gist of it is: + +1. Introduce yourself and don't hesitate to ask for help +2. Download the code, make the changes you want and test them +3. Ask a reviewer to work with you through the [review process](https://wiki.mozilla.org/Bugzilla:Review) + +**We gladly accept GitHub pull requests** + +Unless otherwise noted, the Bugzilla source files are distributed under +the Mozilla Public License, v2.0 found in the LICENSE file. |