diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..fd052f7 --- /dev/null +++ b/.github/CODEOWNERS @@ -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 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..aeec16c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Checklist + +* [ ] implement the feature +* [ ] write the documentation +* [ ] extend the test coverage +* [ ] mention the version +* [ ] include a release note