-
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.
Create pull_request_template.md (#9)
- Loading branch information
1 parent
2272b87
commit 2a6eaaa
Showing
1 changed file
with
23 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,23 @@ | ||
## Description | ||
<!--- Describe your changes. Why is this required? What problem does it solve? What functionality does it extend? --> | ||
|
||
## Related GitHub Issue | ||
<!--- Please link to GitHub Issue here: --> | ||
|
||
## Testing | ||
<!--- Please describe, in detail, how you tested your changes. --> | ||
|
||
## Screenshot(s): | ||
<!--- Optional screenshots of changes if relevant and helpful to reviewers --> | ||
|
||
## Checklist | ||
|
||
- [ ] ✔️ Have you assigned at least one reviewer? | ||
- [ ] 🔗 Have you referenced any issues this PR will close? | ||
- [ ] ⬇️ Have you merged the latest upstream changes into your branch? | ||
- [ ] 🧪 Have you added tests to cover these changes? If not, why: | ||
|
||
- [ ] 🤖 Have automated checks (if any) passed? If not, please explain for the reviewer: | ||
|
||
- [ ] 📘 Have you updated/added any relevant readmes/comments in the codebase? | ||
- [ ] 📚 Have you updated/added any external documentation (e.g. Confluence)? |