Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,17 @@ All submissions, including submissions by project members, require review. We
use GitHub pull requests for this purpose. Consult
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
information on using pull requests.

### Managing Labels

Any user can add or remove certain labels on pull requests and issues by leaving a comment.
The supported labels are: `awaiting-author`, `WIP`, `Easy`, and `documentation`.

- **To add a label**: Leave a comment with the exact label name on a line by itself. For example:
```text
awaiting-author
```
- **To remove a label**: Leave a comment with `-` followed by the exact label name on a line by itself. For example:
```text
-awaiting-author
```
Loading