Skip to content

Commit

Permalink
Merge pull request #2592 from demergent-labs/pr_template_update
Browse files Browse the repository at this point in the history
Update PR template
  • Loading branch information
lastmjs authored Jan 28, 2025
2 parents 4c111e8 + e4b69be commit f6525ac
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
## Contributor

- [ ] Breaking changes enumerated in [the release issue](https://github.com/demergent-labs/azle/issues/2053)
- [ ] New documentation enumerated in [the release issue](https://github.com/demergent-labs/azle/issues/2053)
- [ ] Code has been declaratized
- [ ] All new functions have JSDoc/Rustdoc comments
- [ ] Error handling beautiful (no unwraps or expects etc)
- [ ] Code tested thoroughly
- [ ] All new functions have JSDoc/Rustdoc comments
- [ ] PR title:
- [ ] Indicates breaking changes with suffix "(breaking changes)"
- [ ] Sentence cased
- [ ] Related issues have been linked and all tasks have been completed or made into separate issues
- [ ] This PR's name is properly capitalized, descriptive, and ready to be in the release notes
- [ ] New documentation enumerated in [the release issue](https://github.com/demergent-labs/azle/issues/2053)
- [ ] All breaking changes
- [ ] Described [below](#breaking-changes)
- [ ] Migration path described

## Reviewer

- [ ] Breaking changes enumerated in [the release issue](https://github.com/demergent-labs/azle/issues/2053)
- [ ] New documentation enumerated in [the release issue](https://github.com/demergent-labs/azle/issues/2053)
- [ ] Code has been declaratized
- [ ] All new functions have JSDoc/Rustdoc comments
- [ ] Error handling beautiful (no unwraps or expects etc)
- [ ] Code tested thoroughly
- [ ] All new functions have JSDoc/Rustdoc comments
- [ ] PR title:
- [ ] Indicates breaking changes with suffix "(breaking changes)"
- [ ] Sentence cased
- [ ] Related issues have been linked and all tasks have been completed or made into separate issues
- [ ] This PR's name is properly capitalized, descriptive, and ready to be in the release notes
- [ ] New documentation enumerated in [the release issue](https://github.com/demergent-labs/azle/issues/2053)
- [ ] All breaking changes
- [ ] Described [below](#breaking-changes)
- [ ] Migration path described

## Breaking Changes

- None

0 comments on commit f6525ac

Please sign in to comment.