diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 52d0459d8c..c5bbd074ed 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,17 +8,8 @@ Issue Number: DEV- -### Basic Requirements - -Please check if your PR fulfills the following requirements: - -- [ ] Tests for the changes have been added (for bug fixes / features) -- [ ] Docs have been added / updated (for bug fixes / features) - ### PR Type -What kind of change does this PR introduce? - - [ ] fix: represents bug fixes - [ ] refactor: represents production code refactoring - [ ] feat: represents a new feature @@ -27,15 +18,17 @@ What kind of change does this PR introduce? - [ ] test: all about tests: adding, refactoring tests (no production code change) - [ ] other... Please describe: +### Basic Requirements for bug fixes and features + +- [ ] Tests for the changes have been added +- [ ] Docs have been added / updated + ### Does this PR introduce a breaking change? - [ ] Yes -- [ ] No -- [ ] Maybe (not 100% sure => check with FE) ### Does this PR change client-test-data? -- [ ] Yes (don't forget to update the JS-LIB team about the change) -- [ ] No +- [ ] Yes