chore: ai compliance

This commit is contained in:
zhom
2026-07-31 01:04:58 +04:00
parent 0a7d7803f2
commit 49706211a0
10 changed files with 459 additions and 181 deletions
+12 -1
View File
@@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
Do not include passwords, access tokens, proxy credentials, personal information, or other secrets. Automated triage sends the issue title and body to OpenRouter after removing the logs/screenshots field and redacting common sensitive-data patterns.
Do not include passwords, access tokens, proxy credentials, personal information, or other secrets. Automated triage sends the issue title and body to GitHub Models after removing the logs/screenshots field and redacting common sensitive-data patterns.
- type: textarea
id: description
@@ -63,3 +63,14 @@ body:
placeholder: Paste logs here or drag screenshots
validations:
required: false
- type: dropdown
id: ai-usage
attributes:
label: Did you use AI to write this report?
description: Using AI is allowed. Hiding it is not. Undisclosed AI reports get closed. Broken English is welcome here.
options:
- "No"
- "Yes, AI helped me write this"
validations:
required: true
+12 -1
View File
@@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
Do not include passwords, access tokens, personal information, or other secrets. Automated triage sends the issue title and body to OpenRouter after redacting common sensitive-data patterns.
Do not include passwords, access tokens, personal information, or other secrets. Automated triage sends the issue title and body to GitHub Models after redacting common sensitive-data patterns.
- type: textarea
id: description
@@ -33,3 +33,14 @@ body:
- Critical for my use case
validations:
required: true
- type: dropdown
id: ai-usage
attributes:
label: Did you use AI to write this request?
description: Using AI is allowed. Hiding it is not. Undisclosed AI requests get closed. Broken English is welcome here.
options:
- "No"
- "Yes, AI helped me write this"
validations:
required: true