SE701-T5 / Backend

Heroku deployed Node.js backend server developed by Team-5 for the UniForum project associated with the University of Auckland SOFTENG 701 course
https://uni-forum.herokuapp.com/
MIT License
2 stars 18 forks source link

Add CODEOWNERS #12

Closed R055A closed 2 years ago

R055A commented 2 years ago

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.

R055A commented 2 years ago

Makes sense to me!

Thank you @ThatRandomCoderNZ

You have to accept the PR in a review. Refer to the button on the top right of the page.