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
description: "Submit a bug report to help us improve"
3
+
labels: [bug]
4
+
body:
5
+
- type: textarea
6
+
id: related-issues
7
+
validations:
8
+
required: true
9
+
attributes:
10
+
label: "👉 I have found these related issues/pull requests"
11
+
description: "Search related issues by clicking [HERE](https://github.com/devopsforhumans/tf-pre-commit/issues)"
12
+
placeholder: "Related to #1"
13
+
- type: textarea
14
+
id: description
15
+
validations:
16
+
required: false
17
+
attributes:
18
+
label: "📝 Description"
19
+
description: "You could also upload screenshots"
20
+
- type: textarea
21
+
id: steps-to-reproduce
22
+
validations:
23
+
required: true
24
+
attributes:
25
+
label: "👟 Reproduction steps"
26
+
description: "How do you trigger this bug? Please walk us through it step by step. Include all important details and add screenshots where appropriate"
27
+
placeholder: "..."
28
+
- type: textarea
29
+
id: expected-behavior
30
+
validations:
31
+
required: true
32
+
attributes:
33
+
label: "👀 Expected behavior"
34
+
description: "What did you think would happen?"
35
+
placeholder: "..."
36
+
- type: textarea
37
+
id: actual-behavior
38
+
validations:
39
+
required: true
40
+
attributes:
41
+
label: "😓 Actual Behavior"
42
+
description: "What actually happen?"
43
+
placeholder: "..."
44
+
- type: input
45
+
id: tf-pre-commit-version
46
+
attributes:
47
+
label: "🐻 tf-pre-commit Version"
48
+
description: "Which version of tf-pre-commit are you running?"
49
+
placeholder: "Ex. 0.0.1-alpha.6"
50
+
validations:
51
+
required: true
52
+
- type: input
53
+
id: operating-system
54
+
attributes:
55
+
label: "💻 Operating System and Arch"
56
+
description: "Which OS is your server/device running on?"
57
+
placeholder: "Ex. Ubuntu 20.04 x64 "
58
+
validations:
59
+
required: true
60
+
- type: textarea
61
+
id: deployment-info
62
+
attributes:
63
+
label: "🖥️ Deployment Environment"
64
+
description: |
65
+
examples:
66
+
- **Python**: python 3.9/python 3.10/python 3.11
67
+
- **Terraform**: terraform version
68
+
- **pre-commit**: pre-commit version
69
+
value: |
70
+
- Python:
71
+
- Terraform:
72
+
- pre-commit:
73
+
validations:
74
+
required: true
75
+
- type: textarea
76
+
id: logs
77
+
attributes:
78
+
label: "🪵 Relevant log output"
79
+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
0 commit comments