From bd91fdd0f9182393be23cd4a29716238493fc9c7 Mon Sep 17 00:00:00 2001 From: SkyeBeFreeman <928016560@qq.com> Date: Wed, 11 Aug 2021 15:40:53 +0800 Subject: [PATCH] docs:add PULL_REQUEST_TEMPLATE.md --- ...{feature-request.md => feature_request.md} | 0 .github/ISSUE_TEMPLATE/{q-a.md => q_a.md} | 0 .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++ .../workflows/{maven.yml => junit_test.yml} | 0 4 files changed, 25 insertions(+) rename .github/ISSUE_TEMPLATE/{feature-request.md => feature_request.md} (100%) rename .github/ISSUE_TEMPLATE/{q-a.md => q_a.md} (100%) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md rename .github/workflows/{maven.yml => junit_test.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature-request.md rename to .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/q-a.md b/.github/ISSUE_TEMPLATE/q_a.md similarity index 100% rename from .github/ISSUE_TEMPLATE/q-a.md rename to .github/ISSUE_TEMPLATE/q_a.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..2122207f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +## PR Type + + +## Describe what this PR does for and how you did. + + +## Does this PR be associated with issue? If so, please adding the issue link below. + + +## Note + + +### Checklist +- [ ] Code compiles correctly +- [ ] Create at least one junit test if possible +- [ ] All tests passing +- [ ] Extend documentation if necessary +- [ ] Add myself / the copyright holder to the AUTHORS file \ No newline at end of file diff --git a/.github/workflows/maven.yml b/.github/workflows/junit_test.yml similarity index 100% rename from .github/workflows/maven.yml rename to .github/workflows/junit_test.yml