|
20 | 20 |
|
21 | 21 | ## Reviewer
|
22 | 22 |
|
23 |
| -- [ ] Related issues have been linked and all tasks have been completed or made into separate issues |
24 |
| -- [ ] All features are described below in the "Features" section |
25 |
| -- [ ] All breaking changes |
26 |
| - - [ ] Described below in the "Breaking Changes" section |
27 |
| - - [ ] Migration path described |
28 |
| -- [ ] PR title: |
29 |
| - - [ ] `feat:` prefix used if functionality should be included in the `Features` section of the release notes |
30 |
| - - [ ] Indicates breaking changes with suffix "(breaking changes)" |
31 |
| - - [ ] Described well for release notes |
32 |
| - - [ ] Not sentence cased |
33 |
| -- [ ] Code quality |
34 |
| - - [ ] Declarative |
35 |
| - - [ ] Appropriate JSDocs, Rustdocs, or comments |
36 |
| - - [ ] Beautiful error handling (no unwraps, expects, etc) |
37 |
| - - [ ] Thoroughly tested |
38 |
| -- [ ] New documentation enumerated in [the release issue](https://github.com/demergent-labs/azle/issues/2053) |
| 23 | +- [x] Related issues have been linked and all tasks have been completed or made into separate issues |
| 24 | +- [x] All features are described below in the "Features" section |
| 25 | +- [x] All breaking changes |
| 26 | + - [x] Described below in the "Breaking Changes" section |
| 27 | + - [x] Migration path described |
| 28 | +- [x] PR title: |
| 29 | + - [x] `feat:` prefix used if functionality should be included in the `Features` section of the release notes |
| 30 | + - [x] Indicates breaking changes with suffix "(breaking changes)" |
| 31 | + - [x] Described well for release notes |
| 32 | + - [x] Not sentence cased |
| 33 | +- [x] Code quality |
| 34 | + - [x] Declarative |
| 35 | + - [x] Appropriate JSDocs, Rustdocs, or comments |
| 36 | + - [x] Beautiful error handling (no unwraps, expects, etc) |
| 37 | + - [x] Thoroughly tested |
| 38 | +- [x] New documentation enumerated in [the release issue](https://github.com/demergent-labs/azle/issues/2053) |
39 | 39 |
|
40 | 40 | ## Features
|
41 | 41 |
|
|
0 commit comments