Skip to content
Denise edited this page Mar 20, 2021 · 2 revisions

Labels

Appropriate labels should be put on all pull requests (PRs) and issues.

backend

If the PR/issue is related to the backend of the application.

bug

For issues that report bugs, and for PRs that fix the reported bug.

design

If the PR/issue is related to creating design documentation

documentation

If the PR/issue is related to creating documentation of the project.

duplicate

If the issue is a duplicate of another. Ensure the other issue is linked.

enchancement

If the PR/issue is related to the addition of a new feature to the application.

frontend

If the PR/issue is related to the frontend of the application.

ongoing

If the issue is for a piece of work that is not intended to be "done," but is instead an ongoing piece of work done throughout the whole project. If the PR is related to such an ongoing issue (i.e. if the PR does not intend to close the issue).

refactor

If the PR/issue is not related to changing or adding functionality, but instead refactoring the code.

setup

If the PR/issue is for making changes that aide development and won't have a user impact.

testing

If the PR/issue is related to testing. If the PR is for an enhancement that also has some unit tests, this label is not needed.

Clone this wiki locally