-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 parent
05c7700
commit 7fef5f9
Showing
1 changed file
with
33 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,33 @@ | ||
# Description | ||
|
||
<!-- describe you changes here | ||
make sure your PR title starts with "gh-XXX: " where XXX is the issue you are | ||
solving --> | ||
|
||
<!-- for user facing bugs --> | ||
<!-- Fixes: # (issue) --> | ||
|
||
<!-- for other issues --> | ||
<!-- Closes: # (issue) --> | ||
|
||
<!-- referring some issue --> | ||
<!-- Refs: # (issue) --> | ||
|
||
## Changelog entry | ||
|
||
<!-- add a one liner changelog entry here if this PR makes any user-facing change | ||
Added: Some new feature | ||
Changed: Some change in existing functionality | ||
Deprecated: Some soon-to-be removed feature | ||
Removed: Some now removed feature | ||
Fixed: Some bug fix | ||
Security: Some vulnerability was fixed | ||
--> | ||
|
||
## Checks | ||
|
||
- [ ] Is your code passing linting? | ||
- [ ] Is your code passing tests? | ||
- [ ] Have you added additional tests (if required)? | ||
- [ ] Have you modified/extended the documentation (if required)? | ||
- [ ] Have you added a one-liner changelog entry above (if required)? |