From ba47b9ddcb0b9da355435c2014c7c1b5ab259c83 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Sun, 28 Nov 2021 12:12:31 +0800 Subject: [PATCH] chore: update pull request template (#7) Co-authored-by: Sourcegraph --- .github/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f163d76..a421928 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,9 +2,10 @@ A clear and concise description of what the pull request is about, i.e. what problem should be fixed? -Link to the issue: +Link to the issue: ### Checklist -- [ ] I have added test cases to cover the new code. - [ ] I agree to follow this project's [Code of Conduct](https://golang.org/conduct) by submitting this pull request. +- [ ] I totally understand sending a pull request has no guarantee to be merged, and the review rounds may take a long time. +- [ ] I have added test cases to cover the new code.