Browse Source

docs/contributing.md: Add note about reviewing PRs

Eloston 4 years ago
parent
commit
e924b0a11d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/contributing.md

+ 2 - 1
docs/contributing.md

@@ -11,8 +11,9 @@ Subsections of this section:
 Generally, ungoogled-chromium needs contributors to help:
 
 * Keep up-to-date with the latest stable Chromium, and any problematic changes in the new version that needs modification.
-* Implement feature requests ("enhancements" in the Issue Tracker), large or small.
 * Help with issues marked with the `help wanted` tag (usually either questions for other users, or request for help from other developers)
+* Review Pull Requests from other contributors
+* Implement feature requests ("enhancements" in the Issue Tracker), large or small.
 * Implement issues marked with the `backlog` tag (that are closed).
 	* If it requires new code, please read through the [Submitting changes](#submitting-changes) section below.