Skip to content

Commit a746602

Browse files
add AI usage guildelines to all issue template
1 parent 1860e19 commit a746602

3 files changed

Lines changed: 81 additions & 15 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ body:
99
Thanks for taking the time to report this!
1010
Before submitting, please ensure you have searched the [existing issues](https://github.com/kubernetes-sigs/node-readiness-controller/issues) to avoid duplicates.
1111
12-
- type: markdown
13-
attributes:
14-
value: |
15-
While AI-assisted submissions are acceptable, you should understand the issue and describe it in your own words.
16-
To learn more, please refer to Kubernetes AI usage policy: https://www.kubernetes.dev/docs/guide/pull-requests/#ai-guidance
12+
> **Generative AI Usage Disclosure**
13+
>
14+
> If you used AI tools in preparing this issue, please disclose and how they were used.
15+
>
16+
> Using AI tools to contribute is acceptable, but as the author, you are responsible for understanding and verifying the problem or request you are reporting.
17+
>
18+
> Please write the issue description in your words. Do not submit AI-generated summary and analysis without confirming it reflects a real, reproducible problem (with evidence of testing in your local environment.)
19+
>
20+
> For more details please review guidelines on responsible Generative AI usage:
21+
> * https://www.linuxfoundation.org/legal/generative-ai
22+
> * https://www.kubernetes.dev/docs/guide/pull-requests/#ai-guidance
1723
1824
- type: textarea
1925
id: description
@@ -80,3 +86,19 @@ body:
8086
description: Any other relevant details.
8187
validations:
8288
required: false
89+
90+
- type: checkboxes
91+
id: ai-disclosure
92+
attributes:
93+
label: AI Tools Usage
94+
options:
95+
- label: No AI tools were used
96+
- label: AI tools were used (complete below)
97+
98+
- type: textarea
99+
id: ai-tools-usage
100+
attributes:
101+
label: How They Were Used
102+
description: Describe what the AI helped with (e.g., drafting the description, analyzing logs) and which parts of the issue were affected.
103+
validations:
104+
required: false

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ body:
99
Thank you for suggesting an improvement!
1010
Please ensure you have checked the [existing issues](https://github.com/kubernetes-sigs/node-readiness-controller/issues) and [Discussions](https://github.com/kubernetes-sigs/node-readiness-controller/discussions) to see if this has already been proposed.
1111
12-
- type: markdown
13-
attributes:
14-
value: |
15-
While AI-assisted submissions are acceptable, you should understand the issue and describe it in your own words.
16-
To learn more, please refer to Kubernetes AI usage policy: https://www.kubernetes.dev/docs/guide/pull-requests/#ai-guidance
12+
> **Generative AI Usage Disclosure**
13+
>
14+
> If you used AI tools in preparing this issue, please disclose and how they were used.
15+
>
16+
> Using AI tools to contribute is acceptable, but as the author, you are responsible for understanding and verifying the problem or request you are reporting.
17+
>
18+
> Please write the issue description in your words. Do not submit AI-generated summary and analysis without confirming it reflects a real, reproducible problem (with evidence of testing in your local environment.)
19+
>
20+
> For more details please review guidelines on responsible Generative AI usage:
21+
> * https://www.linuxfoundation.org/legal/generative-ai
22+
> * https://www.kubernetes.dev/docs/guide/pull-requests/#ai-guidance
1723
1824
- type: textarea
1925
id: problem-statement
@@ -39,3 +45,19 @@ body:
3945
description: A clear and concise description of any alternative solutions or features you've considered.
4046
validations:
4147
required: false
48+
49+
- type: checkboxes
50+
id: ai-disclosure
51+
attributes:
52+
label: AI Tools Usage
53+
options:
54+
- label: No AI tools were used
55+
- label: AI tools were used (complete below)
56+
57+
- type: textarea
58+
id: ai-tools-usage
59+
attributes:
60+
label: How They Were Used
61+
description: Describe what the AI helped with (e.g., drafting the description, analyzing logs) and which parts of the issue were affected.
62+
validations:
63+
required: false

.github/ISSUE_TEMPLATE/tracking.yml

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ body:
88
value: |
99
This template is intended for maintainers and contributors to track the progress of an epic, cross-cutting feature, or major refactor that requires multiple PRs or sub-tasks.
1010
11-
- type: markdown
12-
attributes:
13-
value: |
14-
While AI-assisted submissions are acceptable, you should understand the issue and describe it in your own words.
15-
To learn more, please refer to Kubernetes AI usage policy: https://www.kubernetes.dev/docs/guide/pull-requests/#ai-guidance
11+
> **Generative AI Usage Disclosure**
12+
>
13+
> If you used AI tools in preparing this issue, please disclose and how they were used.
14+
>
15+
> Using AI tools to contribute is acceptable, but as the author, you are responsible for understanding and verifying the problem or request you are reporting.
16+
>
17+
> Please write the issue description in your words. Do not submit AI-generated summary and analysis without confirming it reflects a real, reproducible problem (with evidence of testing in your local environment.)
18+
>
19+
> For more details please review guidelines on responsible Generative AI usage:
20+
> * https://www.linuxfoundation.org/legal/generative-ai
21+
> * https://www.kubernetes.dev/docs/guide/pull-requests/#ai-guidance
1622
1723
- type: textarea
1824
id: summary
@@ -52,3 +58,19 @@ body:
5258
placeholder: vX.Y.Z or Next
5359
validations:
5460
required: false
61+
62+
- type: checkboxes
63+
id: ai-disclosure
64+
attributes:
65+
label: AI Tools Usage
66+
options:
67+
- label: No AI tools were used
68+
- label: AI tools were used (complete below)
69+
70+
- type: textarea
71+
id: ai-tools-usage
72+
attributes:
73+
label: How They Were Used
74+
description: Describe what the AI helped with (e.g., drafting the description, analyzing logs) and which parts of the issue were affected.
75+
validations:
76+
required: false

0 commit comments

Comments
 (0)