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