Skip to content

Commit bd25b4d

Browse files
add AI assistance disclosure requirements
1 parent 9ff00cd commit bd25b4d

6 files changed

Lines changed: 35 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,13 @@ body:
7373
attributes:
7474
label: Additional context
7575
description: Any other information (network setup, nearby APs, whether it occurs on other devices)
76+
- type: dropdown
77+
id: ai_assistance
78+
attributes:
79+
label: AI Assistance
80+
description: Did you use any AI tools (e.g., GitHub Copilot, ChatGPT) to help write this bug report?
81+
options:
82+
- AI tools were used to help write this request
83+
- No AI tools were used
84+
validations:
85+
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,13 @@ body:
8989
attributes:
9090
label: Screenshots / Mockups / Attachments (optional)
9191
description: Attach screenshots or mockups to illustrate the feature.
92+
- type: dropdown
93+
id: ai_assistance
94+
attributes:
95+
label: AI Assistance
96+
description: Did you use any AI tools (e.g., GitHub Copilot, ChatGPT) to help write this feature request?
97+
options:
98+
- AI tools were used to help write this request
99+
- No AI tools were used
100+
validations:
101+
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Example test commands:
3434
- [ ] CI checks pass (unit tests, coverage, lint)
3535
- [ ] No sensitive data, keys, or secrets are included
3636

37+
## AI Assistance
38+
- [ ] AI tools were used (Copilot, ChatGPT, Claude, etc.) — please add the **“AI assistance used”** label.
39+
- [ ] No AI tools were used
40+
3741
## Additional context
3842
- Screenshots, logs, or other context that helps reviewers understand the change.
3943
- Migration notes or compatibility considerations (if applicable).

.github/workflows/android-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
- '.github/workflows/close-empty-xml.yml'
99
- '.github/workflows/stale.yml'
1010
- '.github/workflows/compare-src.yml'
11+
- '.github/ISSUE_TEMPLATE/**'
1112
pull_request:
1213
paths-ignore:
1314
- '**/*.md'
1415
- '.github/workflows/codeql-analysis.yml'
1516
- '.github/workflows/close-empty-xml.yml'
1617
- '.github/workflows/stale.yml'
1718
- '.github/workflows/compare-src.yml'
19+
- '.github/ISSUE_TEMPLATE/**'
1820
workflow_dispatch: {}
1921

2022
jobs:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- '.github/workflows/close-empty-xml.yml'
77
- '.github/workflows/stale.yml'
88
- '.github/workflows/compare-src.yml'
9+
- '.github/ISSUE_TEMPLATE/**'
910
pull_request:
1011
paths-ignore:
1112
- '**/*.md'
1213
- '.github/workflows/close-empty-xml.yml'
1314
- '.github/workflows/stale.yml'
1415
- '.github/workflows/compare-src.yml'
16+
- '.github/ISSUE_TEMPLATE/**'
1517

1618
jobs:
1719
analyze:

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# AI Use Disclosure
2+
3+
- AI tools (e.g., Copilot, ChatGPT, Claude) may be used for bug reports, feature requests, and pull requests.
4+
- Any AI involvement must be disclosed in the submission.
5+
- Apply the **“AI assistance used”** label when applicable.
6+
- Submitters are responsible for reviewing and validating all AI-generated content.
7+
18
# How to report a bug
29

310
- Please search issues (open and closed) to see the issues has already been reported. - If an issue has already been reported, feel free to add more information to it. Oherwise, create a new issue.

0 commit comments

Comments
 (0)