sdadfadas

Форк
0
104 строки · 3.6 Кб
1
name: Bug report
2
description: Report a bug to improve Superset's stability
3
labels: ["bug"]
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 security issue: send an email to security@superset.apache.org. DO NOT USE GITHUB ISSUES TO REPORT SECURITY PROBLEMS.
11
        🐛 Reporting a bug: use this form.
12
        🙏 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".
13
        💡 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".
14
  - type: textarea
15
    id: bug-description
16
    attributes:
17
      label: Bug description
18
      description: A clear and concise description of what the bug is.
19
    validations:
20
      required: true
21
  - type: textarea
22
    id: repro-steps
23
    attributes:
24
      label: How to reproduce the bug
25
      placeholder: |
26
        1. Go to '...'
27
        2. Click on '....'
28
        3. Scroll down to '....'
29
        4. See error
30
    validations:
31
      required: true
32
  - type: textarea
33
    id: screenshots-recordings
34
    attributes:
35
      label: Screenshots/recordings
36
      description: If applicable, add screenshots or recordings to help explain your problem.
37
  - type: markdown
38
    attributes:
39
      value: |
40
        ### Environment
41

42
        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, see [Release Process](https://github.com/apache/superset/wiki/Release-Process).
43
  - type: dropdown
44
    id: superset-version
45
    attributes:
46
      label: Superset version
47
      options:
48
        - master / latest-dev
49
        - "4.0.1"
50
        - "3.1.3"
51
    validations:
52
      required: true
53
  - type: dropdown
54
    id: python-version
55
    attributes:
56
      label: Python version
57
      options:
58
        - "3.9"
59
        - "3.10"
60
        - "3.11"
61
        - Not applicable
62
        - I don't know
63
    validations:
64
      required: true
65
  - type: dropdown
66
    id: node-version
67
    attributes:
68
      label: Node version
69
      options:
70
        - "16"
71
        - "17"
72
        - "18 or greater"
73
        - Not applicable
74
        - I don't know
75
    validations:
76
      required: true
77
  - type: dropdown
78
    id: browser
79
    attributes:
80
      label: Browser
81
      options:
82
        - Chrome
83
        - Firefox
84
        - Safari
85
        - Not applicable
86
    validations:
87
      required: true
88
  - type: textarea
89
    id: additional-context
90
    attributes:
91
      label: Additional context
92
      description: |
93
        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.
94
  - type: checkboxes
95
    id: checklist
96
    attributes:
97
      label: Checklist
98
      description: Make sure to follow these steps before submitting your issue - thank you!
99
      options:
100
        - label: I have searched Superset docs and Slack and didn't find a solution to my problem.
101
        - label: I have searched the GitHub issue tracker and didn't find a similar bug report.
102
        - 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.
103
    validations:
104
      required: true
105

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.