From 46c211dc0db692fe192fd09bc889dfc79b61a7a0 Mon Sep 17 00:00:00 2001 From: Caleb White Date: Fri, 2 Feb 2024 09:23:47 -0600 Subject: [PATCH] chore: add pr template --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..719e189 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +# Checklist + +- [ ] All tests pass in CI +- [ ] There are enough tests for the new fix/feature +- [ ] Grammar rules have not been renamed unless absolutely necessary (x rules renamed) +- [ ] The conflicts section hasn't grown too much (x new conflicts) +- [ ] The parser size hasn't grown too much (master: STATE_COUNT, PR: STATE_COUNT) + (check the value of STATE_COUNT in src/parser.c)