-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
60b06fe
commit 282d9d8
Showing
1 changed file
with
47 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,47 @@ | ||
## Description | ||
|
||
<!-- | ||
Please include a summary of the changes and the link to the ticket (jira/canban board etc). Please also include relevant motivation and context. List any dependencies that are required for this change. | ||
--> | ||
|
||
## Related Tickets & Documents | ||
|
||
<!-- | ||
Using keywords such as Closes #10, or Fixes #5 links to the issue and closes it once the pull request is merged. | ||
For multiple issues: | ||
Resolves #10, resolves #123, resolves octo-org/octo-repo#100 | ||
For more information: | ||
https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue | ||
--> | ||
|
||
- Fixes # (issue) | ||
|
||
## How Has This Been Tested? | ||
|
||
<!-- | ||
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. | ||
--> | ||
|
||
- [ ] Screenshot A | ||
- [ ] Screenshot B | ||
|
||
## Added or Updated Tests? | ||
|
||
<!-- | ||
Please delete options that are not relevant. | ||
--> | ||
|
||
- [ ] 👍 Yes | ||
- [ ] 🙅 No, and this is why: please replace this line with details on why tests have not been included | ||
- [ ] 🙋 I need help with writing tests | ||
|
||
## Checklist: | ||
|
||
- [ ] My code follows the style guidelines of this project | ||
- [ ] I have performed a self-review of my code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have added proof(eg. screenshots) that prove my fix is effective or that my feature works | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes |