Skip to content

Commit eae32c3

Browse files
authored
ci: Update pull_request_template.md
1 parent 85f7ca6 commit eae32c3

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

.github/pull_request_template.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
## Have you remembered and considered?
22

3-
- [ ] I have remembered to update documentation
4-
- [ ] I have remembered to update manual changelog (`docs/drafts/next.draft.md`)
5-
- [ ] I have remembered to update migration guide (`docs/docs/migration_guides/`)
6-
- [ ] I have committed with `BREAKING:` in footer or `!` in header, if breaking
3+
- [ ] IF FEAT: I have remembered to update documentation
4+
- [ ] IF FIX OR FEAT: I have remembered to update manual changelog (`docs/drafts/next.draft.md`)
5+
- [ ] IF BREAKING: I have remembered to update migration guide (`docs/docs/migration_guides/`)
6+
- [ ] IF BREAKING: I have committed with `BREAKING:` in footer or `!` in header
77
- [ ] I have added tests (if not, comment why)
88
- [ ] I have used conventional commits syntax (if you squash, make sure that conventional commit is used)
9-
- [ ] I have included the Jira issue ID somewhere in the commit body (`ECALC-XXXX`)
9+
- [ ] I have included the Github issue nr in the footer!
1010

11-
## Why is this pull request needed?
11+
## What is this PR all about?
1212

13-
This pull request is needed because of....
1413

15-
## What does this pull request change?
14+
## What else did you consider?
1615

17-
Write summary of what this pull request changes if needed.
1816

19-
## Issues related to this change:
17+
## Between the lines?

0 commit comments

Comments
 (0)