diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000000000000000000000000000000000000..bed3a337fc93d31cc747c63c4bd8d9ce34ebeb32 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,11 @@ +Please answer some questions before submitting your issue. Thanks! + +### Which version of XXL-JOB do you using? + +### Expected behavior + +### Actual behavior + +### Steps to reproduce the behavior + +### Other information \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000000000000000000000000000000000000..cadcc886f7fdc02ae6e0fead6254df865fa9b5d7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,14 @@ +**What kind of change does this PR introduce?** (check at least one) + +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update +- [ ] Refactor +- [ ] Build-related changes +- [ ] Other, please describe: + + +**The description of the PR:** + + +**Other information:** \ No newline at end of file