-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #155 from NebraLtd/sebastianmaj/new-pr-template
feat: New PR Template
- Loading branch information
Showing
1 changed file
with
15 additions
and
3 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,9 +1,21 @@ | ||
**Why** | ||
<!-- What is the objective of this work? --> | ||
**Issue** | ||
|
||
- Link: | ||
- Summary: | ||
|
||
**How** | ||
<!-- What steps were taken in this work? --> | ||
<!-- Its encouraged to copy information from other places even if it seems redundant --> | ||
|
||
**Screenshots** | ||
<!-- Include images, if possible. --> | ||
|
||
**References** | ||
<!-- Links to related issues, relevant documentation, etc. --> | ||
<!-- Links to related issues, relevant documentation, etc. --> | ||
|
||
**Checklist** | ||
|
||
- [ ] Tests added | ||
- [ ] Cleaned up commit history (rebase!) | ||
- [ ] Documentation added | ||
- [ ] Thought about variable and method names |