This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 6ca4881 Add improve request template (#1620)
6ca4881 is described below
commit 6ca488190ae42dcf538410ef8334d4400562285f
Author: Wenjun Ruan <[email protected]>
AuthorDate: Wed Oct 13 11:27:06 2021 +0800
Add improve request template (#1620)
---
.github/ISSUE_TEMPLATE/bug-report.yml | 8 ++++++++
.github/ISSUE_TEMPLATE/feature-request.yml | 2 +-
.../{feature-request.yml => improve-request.yml} | 19 ++++++-------------
3 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml
b/.github/ISSUE_TEMPLATE/bug-report.yml
index 2c9baf4..79aac87 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -62,6 +62,14 @@ body:
validations:
required: true
+ - type: textarea
+ attributes:
+ label: Environment
+ description: >
+ In which environment did you find this problem?
+ placeholder: >
+ MacOs Big Sur Version 11.3.1
+
- type: dropdown
attributes:
label: InLong version
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml
b/.github/ISSUE_TEMPLATE/feature-request.yml
index bfb13d5..87558a7 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -46,7 +46,7 @@ body:
label: Are you willing to submit PR?
description: >
This is absolutely not required, but we are happy to guide you in the
contribution process
- especially if you already have a good understanding of how to
implement the fix.
+ especially if you already have a good understanding of how to
implement the feature.
options:
- label: Yes, I am willing to submit a PR!
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml
b/.github/ISSUE_TEMPLATE/improve-request.yml
similarity index 80%
copy from .github/ISSUE_TEMPLATE/feature-request.yml
copy to .github/ISSUE_TEMPLATE/improve-request.yml
index bfb13d5..4c46c0c 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/improve-request.yml
@@ -15,38 +15,31 @@
# limitations under the License.
#
-name: '🎉 Feature Request'
-title: "[Feature]"
+name: '👍 Improve Request'
+title: "[Improve]"
description: Suggest an idea for Apache InLong
-labels: [ "feature" ]
+labels: [ "improve" ]
assignees:
- dockerzhang
body:
- type: markdown
attributes:
value: |
- Thank you for finding the time to propose new feature!
+ Thank you for finding the time to propose improvement!
We really appreciate the community efforts to improve InLong.
- type: textarea
attributes:
label: Description
- description: A short description of your feature.
-
- - type: textarea
- attributes:
- label: Use case
- description: What do you want to happen?
- placeholder: >
- A clear and concise description of what you want to happen.
+ description: A short description of your improvement suggestion.
- type: checkboxes
attributes:
label: Are you willing to submit PR?
description: >
This is absolutely not required, but we are happy to guide you in the
contribution process
- especially if you already have a good understanding of how to
implement the fix.
+ especially if you already have a good understanding of how to
implement the improvement.
options:
- label: Yes, I am willing to submit a PR!