diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /third_party/rust/hawk/CONTRIBUTING.md | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/rust/hawk/CONTRIBUTING.md')
-rw-r--r-- | third_party/rust/hawk/CONTRIBUTING.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/third_party/rust/hawk/CONTRIBUTING.md b/third_party/rust/hawk/CONTRIBUTING.md new file mode 100644 index 0000000000..3ab3a82d9c --- /dev/null +++ b/third_party/rust/hawk/CONTRIBUTING.md @@ -0,0 +1,28 @@ +# How to Contribute + +We welcome pull requests from everyone. We do expect everyone to adhere to the [Mozilla Community Participation Guidelines][participation]. + +If you're trying to figure out what to work on, here are some places to find suitable projects: +* [Good first bugs][goodfirstbug]: these are scoped to make it easy for first-time contributors to get their feet wet with Taskcluster code. +* [Mentored bugs][bugsahoy]: these are slightly more involved projects that may require insight or guidance from someone on the Taskcluster team. +* [Full list of open issues][issues]: everything else + +If the project you're interested in working on isn't covered by a bug or issue, or you're unsure about how to proceed on an existing issue, it's a good idea to talk to someone on the Taskcluster team before you go too far down a particular path. You can find us in the #taskcluster channel on [Mozilla's IRC server][irc] to discuss. You can also simply add a comment to the issue or bug. + +Once you've found an issue to work on and written a patch, submit a pull request. Some things that will increase the chance that your pull request is accepted: + +* Follow our [best practices][bestpractices]. +* This includes [writing or updating tests][testing]. +* Write a [good commit message][commit]. + +Welcome to the team! + +[participation]: https://www.mozilla.org/en-US/about/governance/policies/participation/ +[issues]: ../../issues +[bugsahoy]: https://www.joshmatthews.net/bugsahoy/?taskcluster=1 +[goodfirstbug]: http://www.joshmatthews.net/bugsahoy/?taskcluster=1&simple=1 +[irc]: https://wiki.mozilla.org/IRC +[bestpractices]: https://docs.taskcluster.net/docs/manual/design/devel/best-practices +[testing]: https://docs.taskcluster.net/docs/manual/design/devel/best-practices/testing +[commit]: https://docs.taskcluster.net/docs/manual/design/devel/best-practices/commits + |