豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 89a36a1

Browse files
Adds review suggestions
1 parent 502a4e0 commit 89a36a1

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
name: Bug report
2-
description: File a bug report to improve Superset's stability
2+
description: Report a bug to improve Superset's stability
33
labels: ["bug"]
44
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Hello Superset Community member! Please keep things tidy by putting your post in the proper place:
9+
10+
🐛 Reporting a bug: use this form.
11+
🙏 Asking a question or getting help: post in the [Superset Slack chat](http://bit.ly/join-superset-slack) or [GitHub Discussions](https://github.com/apache/superset/discussions) under "Q&A / Help".
12+
💡 Requesting a new feature: Search [GitHub Discussions](https://github.com/apache/superset/discussions) to see if it exists already. If not, add a new post there under "Ideas".
513
- type: textarea
614
id: bug-description
715
attributes:
@@ -30,15 +38,13 @@ body:
3038
value: |
3139
### Environment
3240
33-
Please specify your environment. If your environment does not match the alternatives,
34-
you need to upgrade your environment before submitting the issue as it may have already been fixed.
35-
For additional information about the releases, check out the [release page](https://github.com/apache/superset/wiki).
41+
Please specify your environment. If your environment does not match the alternatives, you need to upgrade your environment before submitting the issue as it may have already been fixed. For additional information about the releases, check out the [release page](https://github.com/apache/superset/wiki).
3642
- type: dropdown
3743
id: superset-version
3844
attributes:
3945
label: Superset version
4046
options:
41-
- master
47+
- master / latest-dev
4248
- "3.1.0"
4349
- "3.0.3"
4450
validations:
@@ -83,16 +89,15 @@ body:
8389
attributes:
8490
label: Additional context
8591
description: |
86-
Add any other context about the problem here such as the feature flags that you have enabled,
87-
any customizations you have made, etc.
92+
Add any other context about the problem here such as the feature flags that you have enabled, any customizations you have made, the data source you are querying, etc.
8893
- type: checkboxes
8994
id: checklist
9095
attributes:
9196
label: Checklist
9297
description: Make sure to follow these steps before submitting your issue - thank you!
9398
options:
9499
- label: I have searched Superset docs and Slack and didn't find a solution to my problem.
95-
- label: I have checked the issue tracker for the same issue and I haven't found one similar.
96-
- label: I have checked Superset logs for Python stacktraces and included it here as text if there are any.
100+
- label: I have searched the GitHub issue tracker and didn't find a similar bug report.
101+
- label: I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.
97102
validations:
98103
required: true

0 commit comments

Comments
 (0)