mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-10 06:37: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"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user