-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5154 from mozilla/EMMLynch-patch-1
Create CONTRIBUTING.md
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# How to contribute | ||
We welcome and appreciate input, ideas, and code from contributors. | ||
|
||
For any user-facing change, please [submit | ||
an issue for discussion first](https://github.com/mozilla/fx-private-relay/issues/new). To keep our review | ||
queue streamlined, if you submit your idea as a pull request with code changes, | ||
we are likely to close it and ask you to submit an issue for discussion first. | ||
|
||
Before you submit a new issue, please | ||
[search our existing issues](https://github.com/mozilla/fx-private-relay/issues) | ||
to see if your idea is already in there. If it is, please add a +1 vote to the | ||
existing issue. We check our [issues sorted by | ||
upvotes](https://github.com/mozilla/fx-private-relay/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) | ||
when we plan and prioritize our work. | ||
|
||
If you submit a PR for code changes, we will try to respond as quickly as we | ||
can, but please be patient - especially if your change is large. | ||
|
||
## Getting started with the code | ||
Our instructions for installing, running, and testing code are in | ||
[README.md](https://github.com/mozilla/fx-private-relay/blob/main/README.md).https://github.com/mozilla/fx-private-relay/blob/main/README.md |