Skip to content

Commit

Permalink
Set up default owners and the pull request checklist (#270)
Browse files Browse the repository at this point in the history
Let's enable the `CODEOWNERS` file so that we do not have to ask for
review manually for each pull request. Also add the pull request
checklist so that we don't forget about the important steps (like
including the release note which was missing in all recent pulls).
  • Loading branch information
psss authored Dec 9, 2024
1 parent c116ec3 commit 95c9745
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence
* @psss @lukaszachy @happz @thrix @janhavlin @martinhoyer
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Checklist

* [ ] implement the feature
* [ ] write the documentation
* [ ] extend the test coverage
* [ ] mention the version
* [ ] include a release note

0 comments on commit 95c9745

Please sign in to comment.