From ebe23d1832bab41c05c9387ebca4de7c601712b0 Mon Sep 17 00:00:00 2001 From: Noritaka IZUMI Date: Sun, 27 Oct 2024 18:35:12 +0900 Subject: [PATCH] docs: add pull_request_template.md --- .../pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..6fcb8a9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,19 @@ +## Description + +## Impact on users using Chronovoyage + +A description of changes in specifications and user experience. + +## Summary of the code changes + +A description of added features, bug fixes, performance improvements, etc. + +## Evidence of tests (such as operation of command, added testcases, behavior of built documentation, and so on) + +Steps to reproduce: + +1. Prepare ... +2. Migrate with ... +3. Table ... is created + +Other cases ...