Skip to content

Commit

Permalink
Add a CODEOWNERS file (#10)
Browse files Browse the repository at this point in the history
# Motivations
This is completely optional, just a suggestion if you weren't aware of
this feature of GitHub. GitHub has documentation on this at:
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

I had an issue as I started to make projects that got some usage that by
default PRs and Issues weren't floating up to me. A `.github/CODEOWNERS`
file automatically assigns you when there are issues or PRs open, and
then these show up at https://github.com/pulls/assigned and
https://github.com/issues/assigned.

Feel free to close this if this isn't something you want!

# Modifications
- Adds a CODEOWNERS file
  • Loading branch information
USA-RedDragon authored Feb 20, 2024
1 parent 95df960 commit b71c0c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Twinki14

0 comments on commit b71c0c2

Please sign in to comment.