Skip to content

Commit

Permalink
Merge pull request #95 from pulp-platform/sriedel/maintenance
Browse files Browse the repository at this point in the history
Add codeowner and publications
  • Loading branch information
SamuelRiedel authored Feb 22, 2024
2 parents 4d5cfb1 + c85d826 commit c28dc47
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 21 deletions.
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

0 comments on commit c28dc47

Please sign in to comment.