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..3ecbfa3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,17 @@ +# Pull Request + +## Description +[Please include a brief description of the changes or features you are proposing.] + +## Related Issues +[If this pull request is related to any GitHub issue(s), please reference them here.] + +## Pictures (if applicable) +[Include any pictures that help demonstrate the changes.] + +## Checklist +- [ ] I have added/updated tests to cover my changes. +- [ ] All new and existing tests passed. + +## Additional Notes +[Add any additional notes or context about the changes here.] diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 316f98a..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,13 +0,0 @@ -## Description -Write description. - -## Icon image -Attach add Icon image. - -## Service URL -Write service url. - -ex) https://www.rust-lang.org - -## Additional Information -Write any additional information.