sfirke commented on code in PR #26375:
URL: https://github.com/apache/superset/pull/26375#discussion_r1437800002


##########
.github/ISSUE_TEMPLATE/bug-report.yml:
##########
@@ -0,0 +1,98 @@
+name: Bug report
+description: File a bug report to improve Superset's stability
+labels: ["bug"]
+body:
+  - type: textarea
+    id: bug-description
+    attributes:
+      label: Bug description
+      description: A clear and concise description of what the bug is.
+    validations:
+      required: true
+  - type: textarea
+    id: repro-steps
+    attributes:
+      label: How to reproduce the bug
+      placeholder: |
+        1. Go to '...'
+        2. Click on '....'
+        3. Scroll down to '....'
+        4. See error
+    validations:
+      required: true
+  - type: textarea
+    id: screenshots-recordings
+    attributes:
+      label: Screenshots/recordings
+      description: If applicable, add screenshots or recordings to help 
explain your problem.
+  - type: markdown
+    attributes:
+      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).
+  - type: dropdown
+    id: superset-version
+    attributes:
+      label: Superset version
+      options:
+        - master

Review Comment:
   ```suggestion
           - master branch / latest-dev
   ```



##########
.github/ISSUE_TEMPLATE/bug-report.yml:
##########
@@ -0,0 +1,98 @@
+name: Bug report
+description: File a bug report to improve Superset's stability
+labels: ["bug"]
+body:
+  - type: textarea
+    id: bug-description
+    attributes:
+      label: Bug description
+      description: A clear and concise description of what the bug is.
+    validations:
+      required: true
+  - type: textarea
+    id: repro-steps
+    attributes:
+      label: How to reproduce the bug
+      placeholder: |
+        1. Go to '...'
+        2. Click on '....'
+        3. Scroll down to '....'
+        4. See error
+    validations:
+      required: true

Review Comment:
   In case any other reviewers are wondering, the default is false.  So in 
sections w/o this, they're not required.



##########
.github/ISSUE_TEMPLATE/bug-report.yml:
##########
@@ -0,0 +1,98 @@
+name: Bug report
+description: File a bug report to improve Superset's stability
+labels: ["bug"]
+body:
+  - type: textarea
+    id: bug-description
+    attributes:
+      label: Bug description
+      description: A clear and concise description of what the bug is.
+    validations:
+      required: true
+  - type: textarea
+    id: repro-steps
+    attributes:
+      label: How to reproduce the bug
+      placeholder: |
+        1. Go to '...'
+        2. Click on '....'
+        3. Scroll down to '....'
+        4. See error
+    validations:
+      required: true
+  - type: textarea
+    id: screenshots-recordings
+    attributes:
+      label: Screenshots/recordings
+      description: If applicable, add screenshots or recordings to help 
explain your problem.
+  - type: markdown
+    attributes:
+      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).
+  - type: dropdown
+    id: superset-version
+    attributes:
+      label: Superset version
+      options:
+        - master
+        - "3.1.0"
+        - "3.0.3"
+    validations:
+      required: true
+  - type: dropdown
+    id: python-version
+    attributes:
+      label: Python version
+      options:
+        - "3.9"
+        - "3.10"
+        - "3.11"
+        - Not applicable
+        - I don't know
+    validations:
+      required: true
+  - type: dropdown
+    id: node-version
+    attributes:
+      label: Node version
+      options:
+        - "16"
+        - "17"
+        - "18 or greater"
+        - Not applicable
+        - I don't know
+    validations:
+      required: true
+  - type: dropdown
+    id: browser
+    attributes:
+      label: Browser
+      options:
+        - Chrome
+        - Firefox
+        - Safari
+        - Not applicable
+    validations:
+      required: true
+  - type: textarea
+    id: additional-context
+    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.

Review Comment:
   ```suggestion
           any customizations you have made, the data source you are querying, 
etc.
   ```



##########
.github/ISSUE_TEMPLATE/bug-report.yml:
##########
@@ -0,0 +1,98 @@
+name: Bug report
+description: File a bug report to improve Superset's stability
+labels: ["bug"]
+body:
+  - type: textarea
+    id: bug-description
+    attributes:
+      label: Bug description
+      description: A clear and concise description of what the bug is.
+    validations:
+      required: true
+  - type: textarea
+    id: repro-steps
+    attributes:
+      label: How to reproduce the bug
+      placeholder: |
+        1. Go to '...'
+        2. Click on '....'
+        3. Scroll down to '....'
+        4. See error
+    validations:
+      required: true
+  - type: textarea
+    id: screenshots-recordings
+    attributes:
+      label: Screenshots/recordings
+      description: If applicable, add screenshots or recordings to help 
explain your problem.
+  - type: markdown
+    attributes:
+      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).
+  - type: dropdown
+    id: superset-version
+    attributes:
+      label: Superset version
+      options:
+        - master
+        - "3.1.0"
+        - "3.0.3"
+    validations:
+      required: true
+  - type: dropdown
+    id: python-version
+    attributes:
+      label: Python version
+      options:
+        - "3.9"
+        - "3.10"
+        - "3.11"
+        - Not applicable
+        - I don't know
+    validations:
+      required: true
+  - type: dropdown
+    id: node-version
+    attributes:
+      label: Node version
+      options:
+        - "16"
+        - "17"
+        - "18 or greater"
+        - Not applicable
+        - I don't know
+    validations:
+      required: true
+  - type: dropdown
+    id: browser
+    attributes:
+      label: Browser
+      options:
+        - Chrome
+        - Firefox
+        - Safari
+        - Not applicable
+    validations:
+      required: true
+  - type: textarea
+    id: additional-context
+    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.
+  - 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.

Review Comment:
   ```suggestion
           - 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.
   ```



##########
.github/ISSUE_TEMPLATE/bug-report.yml:
##########
@@ -0,0 +1,98 @@
+name: Bug report
+description: File a bug report to improve Superset's stability
+labels: ["bug"]
+body:
+  - type: textarea
+    id: bug-description
+    attributes:
+      label: Bug description
+      description: A clear and concise description of what the bug is.
+    validations:
+      required: true
+  - type: textarea
+    id: repro-steps
+    attributes:
+      label: How to reproduce the bug
+      placeholder: |
+        1. Go to '...'
+        2. Click on '....'
+        3. Scroll down to '....'
+        4. See error
+    validations:
+      required: true
+  - type: textarea
+    id: screenshots-recordings
+    attributes:
+      label: Screenshots/recordings
+      description: If applicable, add screenshots or recordings to help 
explain your problem.
+  - type: markdown
+    attributes:
+      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).
+  - type: dropdown
+    id: superset-version
+    attributes:
+      label: Superset version
+      options:
+        - master
+        - "3.1.0"
+        - "3.0.3"
+    validations:
+      required: true
+  - type: dropdown
+    id: python-version
+    attributes:
+      label: Python version
+      options:
+        - "3.9"
+        - "3.10"
+        - "3.11"
+        - Not applicable

Review Comment:
   ```suggestion
           - Not applicable (e.g., if deployed with Docker Compose or 
Kubernetes)
   ```



##########
.github/ISSUE_TEMPLATE/bug-report.yml:
##########
@@ -0,0 +1,98 @@
+name: Bug report
+description: File a bug report to improve Superset's stability

Review Comment:
   ```suggestion
   description: Report a bug to improve Superset's stability
   ```



##########
.github/ISSUE_TEMPLATE/bug-report.yml:
##########
@@ -0,0 +1,98 @@
+name: Bug report
+description: File a bug report to improve Superset's stability
+labels: ["bug"]
+body:
+  - type: textarea
+    id: bug-description
+    attributes:
+      label: Bug description
+      description: A clear and concise description of what the bug is.
+    validations:
+      required: true
+  - type: textarea
+    id: repro-steps
+    attributes:
+      label: How to reproduce the bug
+      placeholder: |
+        1. Go to '...'
+        2. Click on '....'
+        3. Scroll down to '....'
+        4. See error
+    validations:
+      required: true
+  - type: textarea
+    id: screenshots-recordings
+    attributes:
+      label: Screenshots/recordings
+      description: If applicable, add screenshots or recordings to help 
explain your problem.
+  - type: markdown
+    attributes:
+      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).
+  - type: dropdown
+    id: superset-version
+    attributes:
+      label: Superset version
+      options:
+        - master
+        - "3.1.0"
+        - "3.0.3"
+    validations:
+      required: true
+  - type: dropdown
+    id: python-version
+    attributes:
+      label: Python version
+      options:
+        - "3.9"
+        - "3.10"
+        - "3.11"
+        - Not applicable
+        - I don't know
+    validations:
+      required: true
+  - type: dropdown
+    id: node-version
+    attributes:
+      label: Node version
+      options:
+        - "16"
+        - "17"
+        - "18 or greater"
+        - Not applicable
+        - I don't know
+    validations:
+      required: true
+  - type: dropdown
+    id: browser
+    attributes:
+      label: Browser
+      options:
+        - Chrome
+        - Firefox
+        - Safari
+        - Not applicable
+    validations:
+      required: true
+  - type: textarea
+    id: additional-context
+    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.
+  - 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.

Review Comment:
   ```suggestion
           - label: I have searched the GitHub issue tracker and did not find a 
similar bug report.
   ```



##########
.github/ISSUE_TEMPLATE/bug-report.yml:
##########
@@ -0,0 +1,98 @@
+name: Bug report

Review Comment:
   A lot of incoming bug reports are questions/requests for help.  Like "I have 
geo JSON in an Oracle blob and it's not working with Superset."  Can we add 
something - a markdown section at top ? - saying:
   
   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".



##########
.github/ISSUE_TEMPLATE/bug-report.yml:
##########
@@ -0,0 +1,98 @@
+name: Bug report
+description: File a bug report to improve Superset's stability
+labels: ["bug"]
+body:
+  - type: textarea
+    id: bug-description
+    attributes:
+      label: Bug description
+      description: A clear and concise description of what the bug is.
+    validations:
+      required: true
+  - type: textarea
+    id: repro-steps
+    attributes:
+      label: How to reproduce the bug
+      placeholder: |
+        1. Go to '...'
+        2. Click on '....'
+        3. Scroll down to '....'
+        4. See error
+    validations:
+      required: true
+  - type: textarea
+    id: screenshots-recordings
+    attributes:
+      label: Screenshots/recordings
+      description: If applicable, add screenshots or recordings to help 
explain your problem.
+  - type: markdown
+    attributes:
+      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).
+  - type: dropdown
+    id: superset-version
+    attributes:
+      label: Superset version
+      options:
+        - master
+        - "3.1.0"
+        - "3.0.3"
+    validations:
+      required: true
+  - type: dropdown
+    id: python-version
+    attributes:
+      label: Python version
+      options:
+        - "3.9"
+        - "3.10"
+        - "3.11"
+        - Not applicable

Review Comment:
   I think Python version only matters for pip install?  Wasn't sure how to 
make that clear.  Thanks for adding a Not applicable version.



##########
.github/ISSUE_TEMPLATE/bug-report.yml:
##########
@@ -0,0 +1,98 @@
+name: Bug report
+description: File a bug report to improve Superset's stability
+labels: ["bug"]
+body:
+  - type: textarea
+    id: bug-description
+    attributes:
+      label: Bug description
+      description: A clear and concise description of what the bug is.
+    validations:
+      required: true
+  - type: textarea
+    id: repro-steps
+    attributes:
+      label: How to reproduce the bug
+      placeholder: |
+        1. Go to '...'
+        2. Click on '....'
+        3. Scroll down to '....'
+        4. See error
+    validations:
+      required: true
+  - type: textarea
+    id: screenshots-recordings
+    attributes:
+      label: Screenshots/recordings
+      description: If applicable, add screenshots or recordings to help 
explain your problem.
+  - type: markdown
+    attributes:
+      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).
+  - type: dropdown
+    id: superset-version
+    attributes:
+      label: Superset version
+      options:
+        - master
+        - "3.1.0"
+        - "3.0.3"
+    validations:
+      required: true
+  - type: dropdown
+    id: python-version
+    attributes:
+      label: Python version
+      options:
+        - "3.9"
+        - "3.10"
+        - "3.11"
+        - Not applicable
+        - I don't know
+    validations:
+      required: true
+  - type: dropdown
+    id: node-version
+    attributes:
+      label: Node version
+      options:
+        - "16"
+        - "17"
+        - "18 or greater"
+        - Not applicable
+        - I don't know
+    validations:
+      required: true
+  - type: dropdown
+    id: browser
+    attributes:
+      label: Browser
+      options:
+        - Chrome
+        - Firefox
+        - Safari
+        - Not applicable
+    validations:
+      required: true
+  - type: textarea
+    id: additional-context
+    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.
+  - 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.

Review Comment:
   What section above do we want them to include it in?  I took a stab.  I 
wonder if there's a way for them to format it as code.  If the "additional 
context" section supports the three tick marks, we could include that in the 
instruction.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to