Complete template issue
This commit is contained in:
parent
5ec93d9c94
commit
80ace0d0cb
1 changed files with 4 additions and 0 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -22,6 +22,8 @@ body:
|
|||
label: Dolibarr Version
|
||||
description: Affected Dolibarr version(s)
|
||||
placeholder: 19.0, develop, ...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: environment-php
|
||||
|
|
@ -40,6 +42,8 @@ body:
|
|||
attributes:
|
||||
label: Steps to reproduce the behavior and expected behavior
|
||||
description: Verbose description
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: files
|
||||
|
|
|
|||
Loading…
Reference in a new issue