-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: adjust pullrequest template to remove unused changelog data (#339
- Loading branch information
1 parent
6595b11
commit 239b6b3
Showing
1 changed file
with
8 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |