From 032ba3ea6c01fba8abeebe2489453abe2d297e46 Mon Sep 17 00:00:00 2001 From: Crisgarner <@crisgarner> Date: Tue, 7 Jan 2025 10:12:04 -0600 Subject: [PATCH] chore: updated pr template --- .github/pull_request_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8e546c7f8c..385bb214f4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,6 +12,8 @@ ## Confirmation +> [!IMPORTANT] +> 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. + - [ ] I have read and understand MACI's [contributor guidelines](https://maci.pse.dev/docs/contributing) and [code of conduct](https://maci.pse.dev/docs/contributing/code-of-conduct). -- [ ] I have read and understand MACI's [GitHub processes](https://github.com/privacy-scaling-explorations/maci/discussions/847). -- [ ] I have read and understand MACI's [testing guide](https://maci.pse.dev/docs/testing). +- [ ] I run and verified that all tests pass acording to MACI's [testing guide](https://maci.pse.dev/docs/guides/testing).