mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-09 22:30:17 +00:00
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:
@@ -1,6 +1,7 @@
|
|||||||
name: "Bug"
|
name: "Bug"
|
||||||
description: "Create a bug report to help us improve InvenTree!"
|
description: "Create a bug report to help us improve InvenTree!"
|
||||||
labels: ["bug", "question", "triage:not-checked"]
|
labels: ["bug", "question", "triage:not-checked"]
|
||||||
|
type: "bug"
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: no-duplicate-issues
|
id: no-duplicate-issues
|
||||||
@@ -52,7 +53,7 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: "Version Information"
|
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"
|
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
|
- type: dropdown
|
||||||
id: tried-reproduce
|
id: tried-reproduce
|
||||||
@@ -81,3 +82,11 @@ body:
|
|||||||
render: shell
|
render: shell
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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
|
description: Please provide one distinct thing to fix or a clearly defined enhancement
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
description: Suggest an idea for this project
|
||||||
title: "[FR] title"
|
title: "[FR] title"
|
||||||
labels: ["enhancement", "triage:not-checked"]
|
labels: ["enhancement", "triage:not-checked"]
|
||||||
|
type: enhancement
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: no-duplicate-issues
|
id: no-duplicate-issues
|
||||||
|
|||||||
Reference in New Issue
Block a user