From f60f2c6f7b4aa9e5258d7a098a187c66c0fe449c Mon Sep 17 00:00:00 2001 From: Martin Jambon Date: Thu, 22 Apr 2021 19:06:18 -0700 Subject: [PATCH] Add the same PR template as for tree-sitter-javascript --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 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 00000000..7ff9275d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ + + +Checklist: +- [ ] All tests pass in CI. +- [ ] There are sufficient tests for the new fix/feature. +- [ ] Grammar rules have not been renamed unless absolutely necessary. +- [ ] The conflicts section hasn't grown too much. +- [ ] The parser size hasn't grown too much (check the value of + STATE_COUNT in src/parser.c).