Skip to content

Commit

Permalink
Merge pull request #52 from calebdw/pr_template
Browse files Browse the repository at this point in the history
chore: add pr template
  • Loading branch information
EmranMR authored Feb 2, 2024
2 parents 01e5550 + 46c211d commit 4c66efe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 4c66efe

Please sign in to comment.