mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
📝 Improve issues template
This commit is contained in:
3
.github/ISSUE_TEMPLATE/bug.yml
vendored
3
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
name: "Bug report form"
|
name: "Bug report"
|
||||||
description: "Report a bug that you identified in iTop"
|
description: "Report a bug that you identified in iTop"
|
||||||
|
type: bug
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
59
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
59
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@@ -1,38 +1,13 @@
|
|||||||
name: "Enhancement suggestion form"
|
name: "Enhancement suggestion"
|
||||||
description: "Suggest an improvement to iTop"
|
description: "Suggest an improvement to iTop"
|
||||||
|
type: feature
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Please explain why you're creating this issue :
|
Please explain why you're creating this issue :
|
||||||
- Are you willing to create a PR for this enhancement ? If so, we'll indicate in the issue if we're interested in it.
|
- Please describe what's your improvement proposition.
|
||||||
- Then, please describe what's your improvement proposition.
|
- Then tell us if you're willing to create a PR for this enhancement ? If so, we'll indicate in the issue if we're interested in it.
|
||||||
|
|
||||||
- type: dropdown
|
|
||||||
id: willing_to_pr
|
|
||||||
attributes:
|
|
||||||
label: Are you willing to create (at a later stage) a PR for that?
|
|
||||||
options:
|
|
||||||
- 'Yes'
|
|
||||||
- 'No'
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: itop_version
|
|
||||||
attributes:
|
|
||||||
label: iTop version
|
|
||||||
description: "Complete iTop version (e.g., 3.2.3)"
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: php_version
|
|
||||||
attributes:
|
|
||||||
label: PHP version
|
|
||||||
description: "Complete PHP version (e.g., 8.4.20)"
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: enhancement_details
|
id: enhancement_details
|
||||||
@@ -44,6 +19,32 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: itop_version
|
||||||
|
attributes:
|
||||||
|
label: iTop version (if appropriate)
|
||||||
|
description: "Complete iTop version (e.g., 3.2.3)"
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: php_version
|
||||||
|
attributes:
|
||||||
|
label: PHP version (if appropriate)
|
||||||
|
description: "Complete PHP version (e.g., 8.4.20)"
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: willing_to_pr
|
||||||
|
attributes:
|
||||||
|
label: Are you willing to create (at a later stage) a PR for that?
|
||||||
|
options:
|
||||||
|
- 'Yes'
|
||||||
|
- 'No'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: upload
|
- type: upload
|
||||||
id: additional_info
|
id: additional_info
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user