Skip to content

Commit 84289f5

Browse files
authored
docs: update pull_request_template.md
1 parent 3cf92fc commit 84289f5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Diff for: .github/pull_request_template.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@
2929

3030
<!-- Please check if the PR fulfills these requirements. -->
3131

32-
- [ ] My code follows the style guidelines of this project
33-
- [ ] I have performed a self-review of my code
34-
- [ ] I have commented my code, particularly in hard-to-understand areas
35-
- [ ] My changes generate no new warnings
36-
- [ ] I have run `yarn format` and `yarn compile` without getting any errors
37-
- [ ] I have added tests that prove my fix is effective or that my feature works
38-
- [ ] New and existing unit tests pass locally with my changes
32+
- [ ] I have read and understand the [contributor guidelines](https://github.com/privacy-scaling-explorations/zk-kit.rust/blob/main/CONTRIBUTING.md) and [code of conduct](https://github.com/privacy-scaling-explorations/zk-kit.rust/blob/main/CODE_OF_CONDUCT.md).
33+
- [ ] I have performed a self-review of my code
34+
- [ ] I have commented my code, particularly in hard-to-understand areas
35+
- [ ] My changes generate no new warnings
36+
- [ ] I have run `yarn style` without getting any errors
37+
- [ ] I have added tests that prove my fix is effective or that my feature works
38+
- [ ] New and existing unit tests pass locally with my changes
39+
40+
> [!IMPORTANT]
41+
> We do not accept minor grammatical fixes (e.g., correcting typos, rewording sentences) unless they significantly improve clarity in technical documentation. These contributions, while appreciated, are not a priority for merging. If there is a grammatical mistake, please feel free to message the team.

0 commit comments

Comments
 (0)