From f108e688543a43c54464738c178eb36e5a22d625 Mon Sep 17 00:00:00 2001 From: Calcitem Date: Sun, 31 Oct 2021 21:16:39 +0800 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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 00000000..9d8f0eb2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +## :scroll: Description + + + +## :bulb: Motivation and Context + + + + +## :green_heart: How did you test it? + + +## :pencil: Checklist + +- [ ] I reviewed submitted code +- [ ] I added tests to verify changes +- [ ] I updated the docs if needed +- [ ] All tests passing +- [ ] No breaking changes + + +## :crystal_ball: Next steps