Skip to content
Denise edited this page May 9, 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.

documentation

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

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.

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.

submission

If the PR/issue is related to submitting the assignment.