Skip to content

Commit

Permalink
Merge pull request #43 from lewislarsen/chore/update_pr_template
Browse files Browse the repository at this point in the history
chore: Update pr template
  • Loading branch information
lewislarsen authored Dec 30, 2024
1 parent a98394c commit 0126d48
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,27 @@

## Description

Please include a succinct summary of the change and which issue is fixed or which feature is introduced.
Please include a succinct summary of the change and which issue is fixed or which feature is introduced.

Please also include relevant motivation and context if possible.

Closes # (issue) if applicable.

## Type of change
## Related Issue

Link to the related issue: [Issue #](URL)

You can remove this section if not applicable.

## Type of Change

Please delete options that are not relevant to this PR.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Style change (non-breaking change which updates the styling of the UI)
- [ ] Locale/Language change (updates or additions to language files or available languages)

## How Has This Been Tested?

Expand All @@ -25,12 +33,13 @@ Please delete options that are not relevant to this PR.

- [ ] I have performed a self-review of my own code
- [ ] My changes do not introduce any new warnings or errors
- [ ] I have added tests 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 (where applicable)
- [ ] New and existing tests pass locally with my changes
- [ ] I have used translation helpers and provided translations (where appropriate)
- [ ] I have used translation helpers and provided translations (where applicable)
- [ ] I have run code quality tools (e.g., linters) and addressed any issues

## Screenshots (if applicable):

## Additional context
## Additional Context

Add any other context or screenshots about the pull request here. Can remove this section if not necessary.
Add any other context or screenshots about the pull request here. You can remove this section if not necessary.

0 comments on commit 0126d48

Please sign in to comment.