diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..ff3ff01 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +## Checklist +- [ ] Adhered to the `stylua.toml`. +- [ ] Used only camelCase variable names. +- [ ] If functionaltiy is added or modified, also made respective changes to the readme. +- [ ] Used conventional commits keywords.