Skip to content

Commit

Permalink
Update pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrkdan committed Nov 30, 2023
1 parent 7882a52 commit dc637c5
Showing 1 changed file with 41 additions and 8 deletions.
49 changes: 41 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,51 @@
<!-- Please provide a descriptive title for your pull request -->

## Pull Request Checklist
- [ ] I have checked that this pull request is not a duplicate of a pre-existing pull request
- [ ] I have self-reviewed my changes
- [ ] There are no spelling mistakes
- [ ] There are no remaining debug log prints (i.e. `console.log()`)
- [ ] Comments were written for complex code
- [ ] I have checked that all tests are passing (for bug fixes and enhancements)
- [ ] CLI Test (`npm run test:cli`)
- [ ] Unit Test (`npm run test:modules`)
- [ ] E2E Test (`npm run e2e`)
- [ ] I have added and/or modified relevant tests for my changes (for bug fixes and enhancements)
- [ ] I have added and/or modified relevant documentations for my changes (if necessary)

## Description

### Context
<!--
You can link a pull request to an issue by using a supported keyword. (e.g. `resolve` `fix`)
additional guidance: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
Reference: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
-->
Resolves #(issue)

<!-- Explain the purpose of the pull request and any reason behind the changes you made. -->

### Before

<!--
Write a description of what the behaviour was before your change.
Include screenshots, if available.
-->

Issue #X
### After

## What I did
<!--
Write a description of what the new behaviour is after your change
Include screenshots, if available.
-->

## How to test
## :warning: Breaking changes

<!--
If other users/developers need to make necessary changes, write the information here.
If none, write N/A.
-->

- [ ] Is this testable with jest or e2e?
- [ ] Does this need an update to the documentation?
## Notes

If your answer is yes to any of these, please make sure to include it in your PR.
<!-- Feel free to write any other relevant or potentially useful information here. -->

0 comments on commit dc637c5

Please sign in to comment.