diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1c3885f..792055a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,31 @@ +Thank you for sharing your work and for opening a PR. + +(!) IMPORTANT (!): +First make sure that you point your PR to the `develop` branch! + +Now please read the comments carefully and try to provide information +on all relevant titles. + +############################################################################### +--> + + + Related Issue: ## New Behavior ... @@ -15,7 +33,8 @@ ## Contrast to Current Behavior ... @@ -24,12 +43,15 @@ ... @@ -38,7 +60,17 @@ ... + +## Double Check + + + +* [ ] I have read the comments and followed the PR template. +* [ ] I have provided a explained my PR according to the information in the comments. +* [ ] My PR targets the `develop` branch.