This is an automated email from the ASF dual-hosted git repository.
delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/main by this push:
new 00671158 chore: update github issue templates (#629)
00671158 is described below
commit 00671158b007a21167670b59e3b23999ed8c2a4a
Author: DeleiGuo <[email protected]>
AuthorDate: Thu Oct 2 15:39:30 2025 +0800
chore: update github issue templates (#629)
* feat: add task issue template
* chore: update enhancement issue template
* chore: update bug issue template
---
.github/ISSUE_TEMPLATE/bug-report.yml | 20 +++++-------
.github/ISSUE_TEMPLATE/enhancement.yml | 11 ++++---
.github/ISSUE_TEMPLATE/task.yml | 56 ++++++++++++++++++++++++++++++++++
3 files changed, 70 insertions(+), 17 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml
b/.github/ISSUE_TEMPLATE/bug-report.yml
index aa5dc974..2994e9eb 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -18,16 +18,8 @@
name: Bug report
title: "[Bug] "
description: Problems with the software
-labels: [ bug ]
+labels: [ "bug" ]
body:
- - type: markdown
- attributes:
- value: |
- Thank you very much for your feedback!
-
- For suggestions or help, please consider:
- 1. [WeChat User
Group](https://github.com/user-attachments/assets/b40aebe8-0552-4fb2-b184-4cb64a5b1229);
- 2. [Github Discussion](https://github.com/apache/fesod/discussions).
- type: checkboxes
attributes:
label: Search before asking
@@ -58,23 +50,27 @@ body:
placeholder: Please provide the JDK version you are using (Ubuntu 20.04,
macOS 13.4, Windows 10, etc.)
- type: textarea
attributes:
- label: Minimal reproduce step
+ label: Steps To Reproduce
description: Please try to give reproducing steps to facilitate quick
location of the problem.
validations:
required: true
- type: textarea
attributes:
- label: What did you expect to see?
+ label: Current Behavior
validations:
required: true
- type: textarea
attributes:
- label: What did you see instead?
+ label: Expected Behavior
validations:
required: true
- type: textarea
attributes:
label: Anything else?
+ description: >
+ Links? References? Anything that will give us more context about the
issue you are encountering!
+
+ Tip: You can attach images or log files by clicking this area to
highlight it and then dragging files in.
- type: checkboxes
attributes:
label: Are you willing to submit a PR?
diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml
b/.github/ISSUE_TEMPLATE/enhancement.yml
index 638627be..3ed5aaca 100644
--- a/.github/ISSUE_TEMPLATE/enhancement.yml
+++ b/.github/ISSUE_TEMPLATE/enhancement.yml
@@ -16,13 +16,10 @@
# under the License.
name: Enhancement
+title: "[Enhancement] "
description: Add new feature, improve code, and more
-labels: [ "type/enhancement" ]
+labels: [ "enhancement" ]
body:
- - type: markdown
- attributes:
- value: |
- Thank you very much for your enhancement!
- type: checkboxes
attributes:
label: Search before asking
@@ -49,6 +46,10 @@ body:
- type: textarea
attributes:
label: Anything else?
+ description: >
+ Links? References? Anything that will give us more context about the
issue you are encountering!
+
+ Tip: You can attach images or log files by clicking this area to
highlight it and then dragging files in.
- type: checkboxes
attributes:
label: Are you willing to submit a PR?
diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml
new file mode 100644
index 00000000..f476494c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/task.yml
@@ -0,0 +1,56 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+name: Task
+title: "[Task] "
+description: Used to create tasks for the community.
+labels: [ "help wanted","discussion welcome" ]
+body:
+ - type: textarea
+ attributes:
+ label: Motivation
+ description: Describe the motivations for this task.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: How to complete
+ description: Description of the task processing steps.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Task List
+ description: List all tasks that need to be completed.
+ placeholder: |
+ - [ ] Task1...
+ - [ ] Task2...
+ - [ ] Task3...
+ - [ ] Task4...
+ validations:
+ required: false
+ - type: textarea
+ attributes:
+ label: Anything else?
+ description: >
+ Links? References? Anything that will give us more context about the
issue you are encountering!
+
+ Tip: You can attach images or log files by clicking this area to
highlight it and then dragging files in.
+ - type: markdown
+ attributes:
+ value: |
+ Please read the [Contribution
Guideline](https://fesod.apache.org/community/contribution/) before submitting
the PR.
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]