Skip to content

Commit

Permalink
Adds review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Dec 29, 2023
1 parent 502a4e0 commit 89a36a1
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name: Bug report
description: File a bug report to improve Superset's stability
description: Report a bug to improve Superset's stability
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Hello Superset Community member! Please keep things tidy by putting your post in the proper place:
🐛 Reporting a bug: use this form.
🙏 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".
💡 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".
- type: textarea
id: bug-description
attributes:
Expand Down Expand Up @@ -30,15 +38,13 @@ body:
value: |
### Environment
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).
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).
- type: dropdown
id: superset-version
attributes:
label: Superset version
options:
- master
- master / latest-dev
- "3.1.0"
- "3.0.3"
validations:
Expand Down Expand Up @@ -83,16 +89,15 @@ body:
attributes:
label: Additional context
description: |
Add any other context about the problem here such as the feature flags that you have enabled,
any customizations you have made, etc.
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.
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: Make sure to follow these steps before submitting your issue - thank you!
options:
- label: I have searched Superset docs and Slack and didn't find a solution to my problem.
- label: I have checked the issue tracker for the same issue and I haven't found one similar.
- label: I have checked Superset logs for Python stacktraces and included it here as text if there are any.
- label: I have searched the GitHub issue tracker and didn't find a similar bug report.
- 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.
validations:
required: true

0 comments on commit 89a36a1

Please sign in to comment.