diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..94c59f7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Describe the pull request + +A clear and concise description of what the pull request is about, i.e. what problem should be fixed? + +Link to the issue: + +### Checklist + +- [ ] I agree to follow the [Code of Conduct](https://go.dev/conduct) by submitting this pull request. +- [ ] I have reviewed my own code. +- [ ] All new and existing tests passed. \ No newline at end of file