Confirmed users
1,233
edits
(→Code) |
|||
| Line 23: | Line 23: | ||
== Finding open bugs == | == Finding open bugs == | ||
All open bugs are listed on Bugzilla. The bugs are sorted by priority from P5 to P1 where P1 are the most "urgent". | All open bugs are listed on Bugzilla. The bugs are sorted by priority from P5 to P1 where P1 are the most "urgent". | ||
To get started, it's recommended you look for bugs that have "[good first bug]" in the Whiteboard field. | |||
[https://bugzilla.mozilla.org/buglist.cgi?resolution=---&status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=%5Bgood%20first%20bug%5D&bug_status=NEW&component=Air%20Mozilla&product=Webtools&list_id=11502304 Here's a list of these at the moment]. | |||
== Pull requests == | == Pull requests == | ||
If you make a change, the best way to have it landed is to make a pull request on GitHub. If you make a pull request on bug, paste the URL to the pull request into the bug as a new comment. | If you make a change, the best way to have it landed is to make a pull request on GitHub. If you make a pull request on bug, paste the URL to the pull request into the bug as a new comment. | ||