From b345438d79e66d57e574e7562ec058c57c056cfc Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 15 Sep 2025 20:36:08 +0800 Subject: [PATCH 1/2] pull request template --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/PULL_REQUEST_TEMPLATE.md diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..aeb541a --- /dev/null +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ +## Description +Please explain the changes you made and why. + +## Related Issue +Link the issue this PR addresses. + +## Type of Change +- [ ] Update +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation update + +## Checklist +- [ ] I have tested my changes locally +- [ ] I have updated documentation where needed + +## Screenshots + +If applicable, please add screenshots to help explain your changes. + + + +## Additional Information +(Anything else) \ No newline at end of file From f23e8aa7ea4d1fc10d4506c6b7c3339b5a89fb92 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 15 Sep 2025 20:38:19 +0800 Subject: [PATCH 2/2] pull request template --- .github/{workflows => }/PULL_REQUEST_TEMPLATE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/workflows/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md