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!
8
+
- type: textarea
9
+
id: bug-description
10
+
attributes:
11
+
label: Describe the bug
12
+
description: A clear description the bug. If you want to contribute to fix this issue, tell us in the description.
13
+
placeholder: Description
14
+
validations:
15
+
required: true
16
+
- type: textarea
17
+
id: reproduction
18
+
attributes:
19
+
label: Reproduction
20
+
description: A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is **required**, otherwise the issue might be closed without further notice.
21
+
placeholder: Reproduction
22
+
validations:
23
+
required: true
24
+
- type: textarea
25
+
id: system-info
26
+
attributes:
27
+
label: System Info
28
+
description: Output of `npx envinfo --system --binaries --browsers`
29
+
render: Shell
30
+
placeholder: Paste the output of the following command
31
+
validations:
32
+
required: true
33
+
- type: checkboxes
34
+
id: validations
35
+
attributes:
36
+
label: Validations
37
+
description: Before submitting the issue, please make sure you do the following
38
+
options:
39
+
- label: Follow our [Code of Conduct](https://github.com/carloscuesta/gitmoji-cli/blob/master/CODE_OF_CONDUCT.md)
40
+
required: true
41
+
- label: Read the [Contributing Guide](https://github.com/carloscuesta/gitmoji-cli/blob/master/.github/CONTRIBUTING.md).
42
+
required: true
43
+
- label: Check that there isn't already an issue that reports the same bug to avoid creating duplicates.
44
+
required: true
45
+
- label: Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
46
+
required: true
47
+
- label: The provided reproduction is a [minimal reproducible](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
0 commit comments