xuxueli 8 år sedan
förälder
incheckning
dda4285f3d
2 ändrade filer med 25 tillägg och 0 borttagningar
  1. 11 0
      .github/ISSUE_TEMPLATE
  2. 14 0
      .github/PULL_REQUEST_TEMPLATE

+ 11 - 0
.github/ISSUE_TEMPLATE Visa fil

@@ -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 Visa fil

@@ -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:**