Bläddra i källkod

[merge] Merge branch 'master' of https://github.com/KFCFans/PowerJob

tjq 4 år sedan
förälder
incheckning
b7178c800b
2 ändrade filer med 48 tillägg och 0 borttagningar
  1. 28 0
      .github/ISSUE_TEMPLATE/bug-report.md
  2. 20 0
      .github/ISSUE_TEMPLATE/feature-request.md

+ 28 - 0
.github/ISSUE_TEMPLATE/bug-report.md

@@ -0,0 +1,28 @@
+---
+name: bug report
+about: Create a report to help us improve
+title: "[BUG] bug report"
+labels: bug
+assignees: KFCFans
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior.
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Environment**
+ - PowerJob Version: [e.g. 3.0.0]
+ - Java Version: [e.g. OpenJDK 8]
+ - OS: [e.g. CentOS 8.1]
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Additional context**
+Add any other context about the problem here.

+ 20 - 0
.github/ISSUE_TEMPLATE/feature-request.md

@@ -0,0 +1,20 @@
+---
+name: feature request
+about: Suggest an idea for this project
+title: "[Feature] feature request"
+labels: new feature
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.