A CODEOWNERS file is used by GitHub to define who is automatically requested to review pull requests with changes to code they are responsible for.
This CODEOWNERS file added to the SE701-T5/Backend repository defines the @SE701-T5/backend team as responsible by default for all changes with exception to:
README.md
LICENSE
.github/*
which all the @SE701-T5/team5 is responsible for as these are documents and changes to these are team-related.
The CODEOWNERS file is located in the .github/ directory.
Related Issue
Solves #10
Type of change
[x] Documentation
Checklist:
[x] Does a similar (open or closed) pull request not already exist?
[x] Is the pull request head repository a fork repository?
[x] Is the pull request compare branch a development branch?
[x] Is the code documented, particularly in hard-to-understand areas?
[x] Has a self- and/or peer-review of the code been performed?
[x] Is the person responsible for the repository assigned to the pull request?
Description
A CODEOWNERS file is used by GitHub to define who is automatically requested to review pull requests with changes to code they are responsible for.
This CODEOWNERS file added to the SE701-T5/Backend repository defines the @SE701-T5/backend team as responsible by default for all changes with exception to:
which all the @SE701-T5/team5 is responsible for as these are documents and changes to these are team-related.
The CODEOWNERS file is located in the .github/ directory.
Related Issue
Solves #10
Type of change
Checklist:
For more information, refer to the Contributing Guidelines document.