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

Add codeowner and publications #95

Merged
merged 2 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Global owners
* @SamuelRiedel @suehtamacv
* @SamuelRiedel @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
Loading
Loading