You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for taking the time to fill out this bug report!
10
+
- type: textarea
11
+
id: describe
12
+
attributes:
13
+
label: Describe the bug
14
+
description: A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem.
15
+
validations:
16
+
required: true
17
+
- type: textarea
18
+
id: reproduse
19
+
attributes:
20
+
label: To reproduce
21
+
description: Steps to reproduce the behavior
22
+
value: |
23
+
1. Go to ...
24
+
2. Click on ...
25
+
3. Scroll down to ..
26
+
4. See error
27
+
validations:
28
+
required: true
29
+
- type: input
30
+
id: version
31
+
attributes:
32
+
label: Version
33
+
description: What version of massCode are you running?
34
+
placeholder: e.g. 2.0.0, 2.1.0-beta.6
35
+
validations:
36
+
required: true
37
+
- type: input
38
+
id: os
39
+
attributes:
40
+
label: OS
41
+
description: What version of OS are you using?
42
+
placeholder: e.g. macOS Monterey 12.1, Windows 10
43
+
validations:
44
+
required: true
45
+
- type: checkboxes
46
+
id: validation
47
+
attributes:
48
+
label: Validations
49
+
description: Before submitting the issue, please make sure you do the following
50
+
options:
51
+
- label: Follow our [Code of Conduct](https://github.com/massCodeIO/massCode/blob/master/CODE_OF_CONDUCT.md)
52
+
required: true
53
+
- label: Check that there isn't [already an issue](https://github.com/massCodeIO/massCode/issues) that reports the same bug to avoid creating a duplicate.
54
+
required: true
55
+
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/massCodeIO/massCode/discussions).
0 commit comments