Skip to content

Commit b0f460c

Browse files
authored
[feature]更新issue模板,采用议题表单模式 (#9011)
更新issue模板,采用议题表单模式
1 parent e5cf862 commit b0f460c

File tree

5 files changed

+91
-0
lines changed

5 files changed

+91
-0
lines changed
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!--- 请清晰详细地描述你遇到的问题,描述问题时请给出芯片/BSP/工具链,RT-Thread版本,复现步骤及现象或者有条理地描述你的问题。在问题得到解决后,请及时关闭issue。欢迎到论坛提问:https://club.rt-thread.org/ -->
2+
3+
<!--- Please describe your problem clearly and in detail. When describing the problem, please use numbers or bullet points to describe your problem coherently. After the problem is resolved, please close the issue in time. Welcome to the forum to ask questions: https://club.rt-thread.io/ -->

.github/ISSUE_TEMPLATE/bug_report.yml

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: 🐛 Bug Report
2+
description: Create a report to help us improve
3+
title: "[Bug] "
4+
labels: ["bug-report"]
5+
body:
6+
- type: input
7+
attributes:
8+
label: RT-Thread Version
9+
description: |
10+
Which version/branch/git-hash of RT-Thread are you using?
11+
validations:
12+
required: true
13+
14+
- type: input
15+
attributes:
16+
label: Hardware Type/Architectures
17+
description: Specify your Hardware/BSP model.
18+
validations:
19+
required: true
20+
21+
- type: dropdown
22+
attributes:
23+
label: Develop Toolchain
24+
description: which toolchain are you using?
25+
options:
26+
- Other
27+
- RT-Thread Studio
28+
- Microsoft VScode
29+
- MDK Keil
30+
- IAR
31+
- GCC
32+
validations:
33+
required: true
34+
35+
- type: textarea
36+
attributes:
37+
label: Describe the bug
38+
description: A clear and concise description of the bug.
39+
placeholder: |
40+
1. Steps to reproduce the behavior
41+
2. Expected behavior
42+
3. Add screenshot / media if you have them
43+
validations:
44+
required: true
45+
46+
- type: textarea
47+
attributes:
48+
label: Other additional context
49+
description: Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Document Center
4+
url: https://www.rt-thread.org/document/site
5+
about: How to use or develop RT-Thread for beginner, please visit Document Center
6+
- name: Community Forum
7+
url: https://club.rt-thread.org
8+
about: For questions about RT-Thread or related components, it is recommended to visit the RT-Thread Forum first
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: 🚀 Feature Request
2+
description: Suggest an idea for this project
3+
title: "[Feature] "
4+
labels: ["feature-request"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## Please note that feature requests are not 'fire and forget'
10+
It is a lot more likely that the feature you would like to have will be implemented if you keep watching your feature request, and provide more details to developers looking into implementing your feature, and help them with testing.
11+
12+
- type: textarea
13+
attributes:
14+
label: Describe problem solved by the proposed feature
15+
description: A clear and concise description of the problem, if any, this feature will solve. E.g. I'm always frustrated when ...
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
attributes:
21+
label: Describe your preferred solution
22+
description: A clear and concise description of what you want to happen.
23+
validations:
24+
required: false
25+
26+
- type: textarea
27+
attributes:
28+
label: Describe possible alternatives
29+
description: A clear and concise description of any alternative solutions or features you've considered.
30+
validations:
31+
required: false

0 commit comments

Comments
 (0)