Make issues forms despite unformal rules (.tar.gz is supposed to be supported but is not, etc.)

This commit is contained in:
jf-cbd
2026-04-23 17:13:08 +02:00
parent c5ca5f9176
commit a49ebd531e
2 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
name: "Bug report" name: "Bug report form"
description: "Report a bug that you identified in iTop, with the steps to reproduce it and the expected vs actual behavior. If you have an improvement proposition, please use the 'Enhancement suggestion' template instead." description: "Report a bug that you identified in iTop"
body: body:
- type: markdown - type: markdown
attributes: attributes:
@@ -13,8 +13,8 @@ body:
attributes: attributes:
label: Are you willing to create (at a later stage) a PR for that? label: Are you willing to create (at a later stage) a PR for that?
options: options:
- Yes - 'Yes'
- No - 'No'
validations: validations:
required: true required: true
@@ -56,4 +56,4 @@ body:
description: "Add/drag and drop screenshots, logs or any files that can be relevant for your issue." description: "Add/drag and drop screenshots, logs or any files that can be relevant for your issue."
validations: validations:
required: false required: false
accept: ".png, .jpg, .jpeg, .gif, .webp, .log, .txt, .json, .csv, .xml, .zip, .tar.gz" accept: ".png, .jpg, .jpeg, .gif, .webp, .log, .txt, .json, .csv, .xml, .zip"

View File

@@ -1,5 +1,5 @@
name: "Enhancement suggestion" name: "Enhancement suggestion form"
description: "Suggest an improvement to iTop, with a clear description of the expected behavior and the benefits it would bring. If you identified a bug and have an improvement proposition, please use the 'Bug report' template instead." description: "Suggest an improvement to iTop"
body: body:
- type: markdown - type: markdown
attributes: attributes:
@@ -13,8 +13,8 @@ body:
attributes: attributes:
label: Are you willing to create (at a later stage) a PR for that? label: Are you willing to create (at a later stage) a PR for that?
options: options:
- Yes - 'Yes'
- No - 'No'
validations: validations:
required: true required: true
@@ -51,4 +51,4 @@ body:
description: "Add/drag and drop screenshots, logs or any files that can be relevant for your issue." description: "Add/drag and drop screenshots, logs or any files that can be relevant for your issue."
validations: validations:
required: false required: false
accept: ".png, .jpg, .jpeg, .gif, .webp, .log, .txt, .json, .csv, .xml, .zip, .tar.gz" accept: ".png, .jpg, .jpeg, .gif, .webp, .log, .txt, .json, .csv, .xml, .zip"