-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature(PR): Create Pull request template
* Create template for pull requests * Update setup and running guide in README
- Loading branch information
1 parent
7f49879
commit 51364e8
Showing
2 changed files
with
32 additions
and
2 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,28 @@ | ||
#se include a summary of the change and which issue it fixes. Please also include relevant motivation and context. List any dependencies that are required for this change. --> | ||
|
||
# How was this 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. --> | ||
* Step one etc. | ||
|
||
# Type of change | ||
|
||
Please check all boxes that apply to this change below. | ||
|
||
| Type | Applies ✅| | ||
| ------------------------ | :-------: | | ||
| Backend | | | ||
| Frontend | | | ||
| Github/Ci/Admin | | | ||
| Documentation required | | | ||
|
||
# Checklist | ||
|
||
Please follow the checklist below and check all completed items as you work on the PR. | ||
|
||
I have.. | ||
- [ ] performed a self-review of my own code | ||
- [ ] commented my code, particularly in hard-to-understand areas | ||
- [ ] written documentation | ||
- [ ] added automated tests | ||
- [ ] merged dependencies to `develop |
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