Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu authored Jul 1, 2024
1 parent 60b06fe commit 282d9d8
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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

0 comments on commit 282d9d8

Please sign in to comment.