From b88bcd91135b1305b95dd4d745a8a00383c44eee Mon Sep 17 00:00:00 2001 From: E99p1ant Date: Fri, 24 Dec 2021 20:21:05 +0800 Subject: [PATCH] chore: add pull request template (#44) --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 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