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 ...