Skip to content

Commit 239b6b3

Browse files
chore: adjust pullrequest template to remove unused changelog data (#339)
1 parent 6595b11 commit 239b6b3

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
11
<!--
2-
**IMPORTANT: Please do not create a Pull Request without creating an issue first.**
3-
*Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.*
4-
5-
Please provide enough information so that others can review your pull request:
2+
**IMPORTANT: Please provide enough information and context so that others can review your pull request:**
63
-->
7-
4+
85
<!-- You can skip this if you're fixing a typo. -->
9-
# Checklist
6+
# General Checklist
7+
108
- [ ] Affected Issues have been mentioned in the Closing issues section
11-
- [ ] Documentation has been written/updated.
12-
- [ ] Changelog entry has been written
9+
- [ ] Documentation has been written/updated
10+
- [ ] PR title is ready for inclusion in changelog
1311

1412
Explain the **details** for making this change. What existing problem does the pull request solve?
1513

16-
# Changelog Entry
17-
<!--
18-
Describe the change in order to make it visible in the changelog
19-
If the change breaks anything document this - how was the functionality before - how does it work after the change
20-
21-
Prefix the change with: Feature, Change, Bugfix, Improvement, Documentation
22-
23-
Use following format:
24-
Improvement - Description (#ISSUENUMBER)
25-
-->
26-
2714
# Closing issues
28-
Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).
15+
16+
Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).

0 commit comments

Comments
 (0)