-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor/cleanup GitHub templates (#102)
Refactor/cleanup GitHub templates
- Loading branch information
Showing
3 changed files
with
10 additions
and
62 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
This file was deleted.
Oops, something went wrong.
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,39 +1,8 @@ | ||
<!-- Lines like this one are comments and will not be shown in the final output. --> | ||
<!-- Make sure that you have read the "Contributing" section of the README and also the notes in CodingStyle. --> | ||
<!-- If you are a collaborator, please add labels and assign other collaborators for a review. --> | ||
**Related issue(s) and PR(s)** | ||
This PR closes [issue number]. | ||
|
||
### Describe the pull request: | ||
<!-- Replace [ ] with [x] to select options. --> | ||
- [ ] Bug fix | ||
- [ ] Functional change | ||
- [ ] New feature | ||
- [ ] Code cleanup | ||
- [ ] Build system change | ||
- [ ] Documentation change | ||
- [ ] Language translation | ||
|
||
### Pull request long description: | ||
<!-- Describe your pull request in detail. --> | ||
**Description** | ||
|
||
### Changes made: | ||
<!-- Enumerate the changes with 1), 2), 3) etc. --> | ||
<!-- Ensure the test cases are updated if needed. --> | ||
|
||
### Related issues: | ||
<!-- Reference issues with #<issue-num>. --> | ||
<!-- Write "Fixes #<issue-num>" to notify Github that this PR fixes an issue. --> | ||
|
||
### Additional information: | ||
<!-- Include sample dive log or other relevant information to allow testing the change where feasible. --> | ||
|
||
### Release note: | ||
<!-- Describe if this change needs a release note present in CHANGELOG.md. --> | ||
<!-- Also, please make sure to add the release note on top of the file CHANGELOG.md. --> | ||
|
||
### Documentation change: | ||
<!-- If this PR makes changes to user functionality, then the documentation has to be updated too. --> | ||
<!-- Please, briefly outline here what has changed in terms of the user experience (UX). --> | ||
<!-- If UX changes have been made, a maintainer should apply the 'needs-documentation-change' label. --> | ||
|
||
### Mentions: | ||
<!-- Mention users that you want to review your pull request with @<user-name>. Leave empty if not sure. --> | ||
**How to test** |