-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
# TODO: PR TITLE - Please be descriptive! | ||
|
||
TODO: Description | ||
|
||
TODO: Reference issues fixed, etc. | ||
|
||
## Testing | ||
|
||
TODO: Document steps to test this change or new functionality. | ||
|
||
## Changelog | ||
|
||
- Add a changelog entry (in the "Changelog entry" section below) if the changes in this PR have any user-facing impact. | ||
- If no changelog is required ignore/remove this section and add a `no-changelog-required` label to the PR. | ||
|
||
### Type | ||
_(Select only one. In case of multiple, choose the most appropriate)_ | ||
- [ ] highlight | ||
- [ ] enhancement | ||
- [ ] bugfix | ||
- [ ] behaviour-change | ||
- [ ] performance-enhancement | ||
- [ ] security-fix | ||
<!-- type : end : DO NOT REMOVE --> | ||
|
||
### Changelog entry | ||
<!-- | ||
- Add a user understandable changelog entry | ||
- Include all details needed to understand the change. Try including links to docs or issues if relevant | ||
- For Highlights start with a H4 heading (#### <entry title>) | ||
- Get the changelog entry reviewed by your team | ||
--> | ||
|
||
_Replace with changelog entry_ | ||
|
||
<!-- changelog-entry : end : DO NOT REMOVE --> | ||
|
||
<!-- changelog : end : DO NOT REMOVE --> |