diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-21 16:04:38 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-21 16:04:38 +0100 |
commit | 1ab6ecba6f509b7b76865d65c77ecebc51efd2d3 (patch) | |
tree | a9b92e15769d483560d5799569b14c985b9c3ea5 /.github/PULL_REQUEST_TEMPLATE/pull_request_template.md | |
download | sentrum-0.1.0.tar.gz sentrum-0.1.0.tar.bz2 sentrum-0.1.0.zip |
Initial commitv0.1.0
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE/pull_request_template.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..dc6d5e4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,29 @@ +--- +name: Pull Request +about: Submit a pull request +title: '' +--- + +<!-- +Make sure you read CONTRIBUTING.md first. +Never, merge master on your feature branch, always rebase and force-push. +--> + +# Description + +<!-- +E.g: +- Fixes ### +- Enables/enhances ... +- Tests ... +- Improves ... related docs +--> + + +# Notes for reviewers + +<!-- +Add anything that might be relevant for reviewers to know about your code +changes +--> + |