Skip to content

Commit

Permalink
Adding pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Oct 20, 2024
1 parent dc9192c commit d8d5f16
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d8d5f16

Please sign in to comment.