From d8d5f16575c674e3f8411c32382b4f320454366d Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Sun, 20 Oct 2024 20:59:59 +0000 Subject: [PATCH] Adding pull request template --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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..8e5d788e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Describe your changes + +## Checklist before requesting a review + +- [ ] I have performed a self-review of my code. +- [ ] I have added thorough tests with at **least** 90% code coverage. +- [ ] I've modified or created example GOBL documents the show my changes in use, if appropriate. +- [ ] When adding or modifying a tax regime or addon, I've added links to the source of the changes either structured or in the comments. +- [ ] I've run `go generate .` to ensure that Schemas and Regime data are up to date. +- [ ] All linter warnings have been reviewed and fixed. +- [ ] I've been obsessive with pointer nil checks to avoid panics. +- [ ] Requested a review from @samlown. +