From 318764f0647f7507f7a43e8c7a505696c77d5234 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda Date: Wed, 3 Nov 2021 15:30:38 +0900 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md (#131) --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 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..89c49e1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +Thank you for making gobang better! + +Here's a checklist for things that will be checked during review or continuous integration. + +- \[ ] Added passing unit tests +- \[ ] `cargo test` passes locally. It takes much time. +- \[ ] Run `cargo fmt` + +Delete this line and everything above before opening your PR. + +--- + +*Please write a short comment explaining your change (or "none" for internal only changes)* + +changelog: