Skip to content

Commit d1cb7e9

Browse files
committed
chore: update contributing and pull request temaplate files
1 parent 72590e7 commit d1cb7e9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@
2929

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

32-
- [ ] My code follows the style guidelines of this project
3332
- [ ] I have performed a self-review of my code
3433
- [ ] I have commented my code, particularly in hard-to-understand areas
3534
- [ ] My changes generate no new warnings
3635
- [ ] I have run `yarn style` without getting any errors
3736
- [ ] I have added tests that prove my fix is effective or that my feature works
3837
- [ ] New and existing unit tests pass locally with my changes
38+
39+
> [!IMPORTANT]
40+
> 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 error feel free to message the team.

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Pull requests are great if you want to add a feature or fix a bug. Here's a quic
3030

3131
7. Push to your fork and submit a pull request on our `main` branch. Please provide us with some explanation of why you made the changes you made. For new features make sure to explain a standard use case to us.
3232

33+
> [!IMPORTANT]
34+
> 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 error feel free to message the team.
35+
3336
## CI (Github Actions) Tests
3437

3538
We use GitHub Actions to test each PR before it is merged.

0 commit comments

Comments
 (0)