-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|