Skip to content

Commit

Permalink
Update pull request template (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierluc-codes authored Nov 14, 2024
1 parent b967f08 commit 0e2cf31
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
### Changes proposed in this PR:
### :hammer_and_wrench: Description

### How I've tested this PR:
<!-- What changed?
<!-- Why was it changed? -->
<!-- How does it affect end-user behavior? -->

### How I expect reviewers to test this PR:
### :link: Additional Link

<!-- Any additional link to understand the context of the change. -->

<!-- If you are adding a new command or editing an existing one, please provide
an example of the command being invoked.
### Output of affected commands:
-->
### :building_construction: Local Testing

### Checklist:
<!-- List steps to test your change on a local environment. -->

### :+1: Checklist

- [ ] The PR has a descriptive title.
- [ ] Input validation updated
- [ ] Unit tests updated
- [ ] Documentation updated
- [ ] Major architecture changes have a corresponding RFC
- [ ] Tests added if applicable
- [ ] CHANGELOG entry added or label 'pr/no-changelog' added to PR
> Run `CHANGELOG_PR=<PR number> make changelog/new-entry` for guidance
Expand Down

0 comments on commit 0e2cf31

Please sign in to comment.