Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(config): create codeowners file #149

Open
HasithDeAlwis opened this issue Oct 15, 2024 · 0 comments · May be fixed by #163
Open

chore(config): create codeowners file #149

HasithDeAlwis opened this issue Oct 15, 2024 · 0 comments · May be fixed by #163
Assignees

Comments

@HasithDeAlwis
Copy link
Collaborator

What is the problem at hand?

As our project gets larger and larger our internal team can't be expected to keep track of all incoming pull requests. Additionally, we want to ensure that the code that enters our codebase is of high quality and isn't reviewed by someone who doesn't understand the codebase.

What is the solution

Create a codeowners file. This will allow us to automatically set required reviewers for an issue.
Example
Let's say I was an expert on the docs. With codeowners any issue that touches the /docs directory will automatically have me as a reviewers, AND branch protection rules will be setup so that a codeowners must review the PR.

@HasithDeAlwis HasithDeAlwis self-assigned this Oct 15, 2024
@HasithDeAlwis HasithDeAlwis changed the title chore: create codeowners file chore(.github): create codeowners file Oct 19, 2024
@HasithDeAlwis HasithDeAlwis changed the title chore(.github): create codeowners file chore(config): create codeowners file Oct 19, 2024
@HasithDeAlwis HasithDeAlwis linked a pull request Oct 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In Progress
Development

Successfully merging a pull request may close this issue.

1 participant