Skip to content

Commit

Permalink
Create pull_request_template.md (#65)
Browse files Browse the repository at this point in the history
Adding a pull request template to the repo.
  • Loading branch information
adamkells authored Sep 30, 2024
1 parent 7a2e2ce commit ef94b0d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/pull_request_template.md
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 -->

0 comments on commit ef94b0d

Please sign in to comment.