Skip to content

Commit

Permalink
[github] Add codeowners and update the contributor's guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelRiedel committed Nov 14, 2023
1 parent 5cba362 commit c96d46a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Global owners
* @SamuelRiedel @suehtamacv
* @SamuelRiedel @suehtamacv @mbertuletti @sermazz @yichao-zh
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ please find some of the most important points below.
* Changes should only be made via pull request, with review. A pull request will
be committed by a "committer" (an account listed in `CODEOWNERS`) once it has
had an explicit positive review.
* Make sure you update the [CHANGELOG](CHANGELOG.md) when submitting a MR.
* When creating your first MR, enter your name in the [CONTRIBUTORS](CONTRIBUTORS.md)
* Make sure you update the [CHANGELOG](CHANGELOG.md) when submitting a PR.
* When creating your first PR, enter your name in the [CONTRIBUTORS](CONTRIBUTORS.md)
list in alphabetical order.
* When changes are restricted to a specific area, you are recommended to add a
tag to the beginning of the first line of the commit message in square
Expand All @@ -23,6 +23,8 @@ please find some of the most important points below.
license without discussing first.
* If a relevant bug or tracking issue exists, reference it in the pull request
and commits.
* When not working on your own fork, please prefix your branch with your username
to keep the branches organized. I.e., "myname/amazing-feature"

## Git Considerations

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Thanks to all.
* Luca Rufer
* Marc Gantenbein
* Marco Bertuletti
* Matheus Cavalcante
* Philip Wiese
* Samuel Riedel
* Sergio Mazzola
* Yichao Zhang

0 comments on commit c96d46a

Please sign in to comment.