From 9cfb1d41c36c9b879482ad46d0c4b613e2327bb4 Mon Sep 17 00:00:00 2001 From: Yukino Date: Mon, 15 Jun 2020 22:49:36 +0800 Subject: [PATCH] [ops] add issue template [ops] add issue template --- .github/ISSUE_TEMPLATE/-bug--bug-report.md | 28 +++++++++++++++++++ .../-feature--feature-request.md | 20 +++++++++++++ .github/ISSUE_TEMPLATE/bug-report.md | 28 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 20 +++++++++++++ 4 files changed, 96 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/-bug--bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/-feature--feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/-bug--bug-report.md b/.github/ISSUE_TEMPLATE/-bug--bug-report.md new file mode 100644 index 00000000..04dbeea0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-bug--bug-report.md @@ -0,0 +1,28 @@ +--- +name: "[BUG] 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. diff --git a/.github/ISSUE_TEMPLATE/-feature--feature-request.md b/.github/ISSUE_TEMPLATE/-feature--feature-request.md new file mode 100644 index 00000000..86da204e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-feature--feature-request.md @@ -0,0 +1,20 @@ +--- +name: "[Feature] 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. diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..0587d4ae --- /dev/null +++ b/.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. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..431d36b9 --- /dev/null +++ b/.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.