xuxueli 8 年前
父节点
当前提交
dda4285f3d
共有 2 个文件被更改,包括 25 次插入0 次删除
  1. 11 0
      .github/ISSUE_TEMPLATE
  2. 14 0
      .github/PULL_REQUEST_TEMPLATE

+ 11 - 0
.github/ISSUE_TEMPLATE 查看文件

@@ -0,0 +1,11 @@
1
+Please answer some questions before submitting your issue. Thanks!
2
+
3
+### Which version of XXL-JOB do you using?
4
+
5
+### Expected behavior
6
+
7
+### Actual behavior
8
+
9
+### Steps to reproduce the behavior
10
+
11
+### Other information

+ 14 - 0
.github/PULL_REQUEST_TEMPLATE 查看文件

@@ -0,0 +1,14 @@
1
+**What kind of change does this PR introduce?** (check at least one)
2
+
3
+- [ ] Bugfix
4
+- [ ] Feature
5
+- [ ] Code style update
6
+- [ ] Refactor
7
+- [ ] Build-related changes
8
+- [ ] Other, please describe:
9
+
10
+
11
+**The description of the PR:**
12
+
13
+
14
+**Other information:**