Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@ body:
options:
- label: I am willing to submit a pull request for this issue.
required: false
- type: markdown
attributes:
value: Please **do not** open a pull request until this issue has been accepted by the team.
- type: checkboxes
attributes:
label: AI acknowledgment
options:
- label: I did not use AI to generate this issue report.
required: false
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
required: false
- type: textarea
attributes:
label: Additional comments
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ body:
options:
- label: I am willing to submit a pull request for this change.
required: false
- type: markdown
attributes:
value: Please **do not** open a pull request until this issue has been accepted by the team.
- type: checkboxes
attributes:
label: AI acknowledgment
options:
- label: I did not use AI to generate this issue report.
required: false
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
required: false
- type: textarea
attributes:
label: Additional comments
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ body:
options:
- label: I am willing to submit a pull request for this change.
required: false
- type: markdown
attributes:
value: Please **do not** open a pull request until this issue has been accepted by the team.
- type: checkboxes
attributes:
label: AI acknowledgment
options:
- label: I did not use AI to generate this issue report.
required: false
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
required: false
- type: textarea
attributes:
label: Additional comments
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/new-rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ body:
options:
- label: I am willing to submit a pull request to implement this rule.
required: false
- type: markdown
attributes:
value: Please **do not** open a pull request until this issue has been accepted by the team.
- type: checkboxes
attributes:
label: AI acknowledgment
options:
- label: I did not use AI to generate this issue report.
required: false
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
required: false
- type: textarea
attributes:
label: Additional comments
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/rule-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ body:
options:
- label: I am willing to submit a pull request to implement this change.
required: false
- type: markdown
attributes:
value: Please **do not** open a pull request until this issue has been accepted by the team.
- type: checkboxes
attributes:
label: AI acknowledgment
options:
- label: I did not use AI to generate this issue report.
required: false
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
required: false
- type: textarea
attributes:
label: Additional comments
Expand Down