forked from Wavyzz/dolibarr
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
name: Bug report
|
|
description: Create a report to help us fix something that is broken
|
|
labels: ["Bug"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
This is a template to help you report good issues. You may use [Github Markdown](https://help.github.com/articles/getting-started-with-writing-and-formatting-on-github/) syntax to format your issue report.
|
|
|
|
- type: textarea
|
|
id: bug
|
|
attributes:
|
|
label: Bug
|
|
description: Please give a short description of the bug
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: environment-version
|
|
attributes:
|
|
label: Dolibarr Version
|
|
description: Affected Dolibarr version(s)
|
|
placeholder: 19.0, develop, ...
|
|
|
|
- type: input
|
|
id: environment-php
|
|
attributes:
|
|
label: Environment PHP
|
|
description: PHP version
|
|
|
|
- type: input
|
|
id: environment-database
|
|
attributes:
|
|
label: Environment Database
|
|
description: Database type and version
|
|
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Steps to reproduce the behavior and expected behavior
|
|
description: Verbose description
|
|
|
|
- type: textarea
|
|
id: files
|
|
attributes:
|
|
label: Attached files
|
|
description: Screenshots, screencasts, dolibarr.log, debugging information
|