Skip to content

Commit 61ae338

Browse files
committed
⚙ update github issue template
1 parent fcaac82 commit 61ae338

File tree

1 file changed

+54
-10
lines changed

1 file changed

+54
-10
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 54 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,54 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
Thanks for taking the time to fill out this bug report! Please fill the form below.
8+
Thanks for taking the time to fill out this bug report!
9+
10+
Please review the following requirements before submitting this issue type:
11+
12+
1. Please try to give as much information as possible for us to be able to reproduce the issue and provide a quick fix.
13+
2. Please ensure an issue does not already exist for this potential bug.
14+
3. Please only provide a released specific version or versions. Latest is not a version.
15+
4. Please read the [Documentation](https://aureq.github.io/cert-manager-webhook-ovh/)
16+
17+
- type: input
18+
id: chartversion
19+
attributes:
20+
label: Chart version in use
21+
description: Provide the relevant version information for this Chart.
22+
placeholder: x.x.x
23+
validations:
24+
required: true
25+
- type: input
26+
id: certmanagerversion
27+
attributes:
28+
label: Cert Manager version in use
29+
description: Provide the relevant version information for Cert Manager.
30+
placeholder: x.x.x
31+
validations:
32+
required: true
33+
- type: input
34+
id: kubernetesversion
35+
attributes:
36+
label: Kubernetes version in use
37+
description: Provide the relevant version information for Kubernetes.
38+
placeholder: x.x.x
39+
validations:
40+
required: true
941
- type: textarea
1042
id: what-happened
1143
attributes:
1244
label: What happened?
1345
description: Provide a general description of the issue, including what you're trying to accomplish. Add any relevant logs and configuration files.
1446
validations:
1547
required: true
48+
- type: textarea
49+
id: 'logs'
50+
attributes:
51+
label: Logs
52+
description: Provide the complete debug logs if available and relevant (This will be formatted automatically into a code block).
53+
render: shell
54+
validations:
55+
required: false
1656
- type: textarea
1757
id: expected
1858
attributes:
@@ -25,15 +65,8 @@ body:
2565
attributes:
2666
label: Steps to reproduce
2767
description: |
28-
Provide a link to a live example or a clear set of steps to reproduce this bug.
29-
Include any relevant code or configuration used.
30-
validations:
31-
required: true
32-
- type: textarea
33-
id: versions
34-
attributes:
35-
label: Versions in use
36-
description: Provide the relevant version information for this Chart, Cert Manager and your Kubernetes version.
68+
Provide a steps-by-step guide to reproduce this bug.
69+
Include any relevant configuration used.
3770
validations:
3871
required: true
3972
- type: textarea
@@ -43,10 +76,21 @@ body:
4376
description: Anything else you would like to add?
4477
validations:
4578
required: false
79+
- type: dropdown
80+
id: ai
81+
attributes:
82+
label: Generative AI
83+
description: Indicate if generative AI has been used to create this issue.
84+
options:
85+
- Yes
86+
- No
87+
validations:
88+
required: true
4689
- type: textarea
4790
id: voting
4891
attributes:
4992
label: Contributing
5093
value: |
94+
<!-- Please do not edit this section -->
5195
Vote on this issue by adding a 👍 reaction.
5296
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

0 commit comments

Comments
 (0)