-
Notifications
You must be signed in to change notification settings - Fork 16
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 (#65)
Adding a pull request template to the repo.
- Loading branch information
Showing
1 changed file
with
30 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,30 @@ | ||
## Description | ||
<!-- Provide a brief description of the changes in this PR --> | ||
|
||
## Related Issue | ||
<!-- Link to the issue that this PR addresses, if applicable --> | ||
|
||
## Changes Made | ||
<!-- List the key changes made in this PR --> | ||
|
||
- | ||
- | ||
- | ||
|
||
## Testing | ||
<!-- Describe how these changes were tested --> | ||
|
||
## Checklist | ||
<!-- Mark the items you've completed with an [x] --> | ||
|
||
- [ ] I have read the [contributing](https://github.com/dotimplement/HealthChain/CONTRIBUTING.md) guidelines | ||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] My changes generate no new warnings | ||
- [ ] 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 | ||
|
||
## Additional Notes | ||
<!-- Add any other context about the PR here --> | ||
|