github.com/siglens/siglens@v0.0.0-20240328180423-f7ce9ae441ed/.github/pull_request_template.md (about) 1 # Description 2 Summarize the change. 3 4 Fixes #<issue-number> (link all the GitHub issues this addresses) 5 6 # Testing 7 Describe how you tested this code. How can the reviewers reproduce your tests? 8 9 # Checklist: 10 Before marking your pull request as ready for review, complete the following. 11 12 - [ ] I have self-reviewed this PR. 13 - [ ] I have removed all print-debugging and commented-out code that should not be merged. 14 - [ ] I have added sufficient comments in my code, particularly in hard-to-understand areas. 15 - [ ] I have formatted the code, if applicable. For Go, I have run `goimports -w .`.