chore: add types to templates; add AI agent catch (#12747)

* Update feature_request.yaml

* Update bug_report.yaml

* Update bug_report.yaml

* Update documentation.yaml
This commit is contained in:
Matthias Mair
2026-09-03 10:32:17 +10:00
committed by GitHub
parent 694d890ce5
commit 9f8dfda18b
3 changed files with 19 additions and 1 deletions
+10 -1
View File
@@ -1,6 +1,7 @@
name: "Bug"
description: "Create a bug report to help us improve InvenTree!"
labels: ["bug", "question", "triage:not-checked"]
type: "bug"
body:
- type: checkboxes
id: no-duplicate-issues
@@ -52,7 +53,7 @@ body:
required: true
attributes:
label: "Version Information"
description: "The version info block."
description: "The version info block. An incomplete version block or just a version number can lead to unread closure of the issue."
placeholder: "You can get this by going to the `About InvenTree` section in the upper right corner and clicking on the `copy version information` button"
- type: dropdown
id: tried-reproduce
@@ -81,3 +82,11 @@ body:
render: shell
validations:
required: false
- type: checkboxes
id: report-check
attributes:
label: "I have reviewed this report for correctness and filled out all sections."
description: "Due to a rise in automatically filled AI reports that are now fully reviewed/true this needs to be answered."
options:
- label: "I have checked this report. I acknowledge that filing bugs via AI agents without review might lead to being blocked."
required: true
@@ -13,3 +13,11 @@ body:
description: Please provide one distinct thing to fix or a clearly defined enhancement
validations:
required: true
- type: checkboxes
id: report-check
attributes:
label: "I have reviewed this report for correctness and filled out all sections."
description: "Due to a rise in automatically filled AI reports that are now fully reviewed/true this needs to be answered."
options:
- label: "I have checked this report. I acknowledge that filing bugs via AI agents without review might lead to being blocked."
required: true
@@ -2,6 +2,7 @@ name: Feature Request
description: Suggest an idea for this project
title: "[FR] title"
labels: ["enhancement", "triage:not-checked"]
type: enhancement
body:
- type: checkboxes
id: no-duplicate-issues