-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2592 from demergent-labs/pr_template_update
Update PR template
- Loading branch information
Showing
1 changed file
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |