Skip to content

Commit

Permalink
chore: adjust pullrequest template to remove unused changelog data (#339
Browse files Browse the repository at this point in the history
)
  • Loading branch information
shreddedbacon committed Apr 11, 2024
1 parent 6595b11 commit 239b6b3
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,16 @@
<!--
**IMPORTANT: Please do not create a Pull Request without creating an issue first.**
*Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.*
Please provide enough information so that others can review your pull request:
**IMPORTANT: Please provide enough information and context so that others can review your pull request:**
-->

<!-- You can skip this if you're fixing a typo. -->
# Checklist
# General Checklist

- [ ] Affected Issues have been mentioned in the Closing issues section
- [ ] Documentation has been written/updated.
- [ ] Changelog entry has been written
- [ ] Documentation has been written/updated
- [ ] PR title is ready for inclusion in changelog

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

# Changelog Entry
<!--
Describe the change in order to make it visible in the changelog
If the change breaks anything document this - how was the functionality before - how does it work after the change
Prefix the change with: Feature, Change, Bugfix, Improvement, Documentation
Use following format:
Improvement - Description (#ISSUENUMBER)
-->

# Closing issues
Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).

Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).

0 comments on commit 239b6b3

Please sign in to comment.