|
1 | 1 | name: Bug report |
2 | | -description: File a bug report to improve Superset's stability |
| 2 | +description: Report a bug to improve Superset's stability |
3 | 3 | labels: ["bug"] |
4 | 4 | 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". |
5 | 13 | - type: textarea |
6 | 14 | id: bug-description |
7 | 15 | attributes: |
@@ -30,15 +38,13 @@ body: |
30 | 38 | value: | |
31 | 39 | ### Environment |
32 | 40 |
|
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). |
36 | 42 | - type: dropdown |
37 | 43 | id: superset-version |
38 | 44 | attributes: |
39 | 45 | label: Superset version |
40 | 46 | options: |
41 | | - - master |
| 47 | + - master / latest-dev |
42 | 48 | - "3.1.0" |
43 | 49 | - "3.0.3" |
44 | 50 | validations: |
@@ -83,16 +89,15 @@ body: |
83 | 89 | attributes: |
84 | 90 | label: Additional context |
85 | 91 | 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. |
88 | 93 | - type: checkboxes |
89 | 94 | id: checklist |
90 | 95 | attributes: |
91 | 96 | label: Checklist |
92 | 97 | description: Make sure to follow these steps before submitting your issue - thank you! |
93 | 98 | options: |
94 | 99 | - 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. |
97 | 102 | validations: |
98 | 103 | required: true |
0 commit comments