Merge pull request #19921 from Markusi13/develop
Github Issues: Updated repo bug/feature request templates to the new yml version
This commit is contained in:
commit
7cb22e0cf9
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,35 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us fix something that is broken
|
|
||||||
title: ''
|
|
||||||
labels: Bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Instructions
|
|
||||||
*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.*
|
|
||||||
*Please:*
|
|
||||||
- *replace the bracket enclosed texts with meaningful information*
|
|
||||||
- *remove any unused sub-section*
|
|
||||||
|
|
||||||
|
|
||||||
# Bug
|
|
||||||
[*Short description*]
|
|
||||||
|
|
||||||
## Environment
|
|
||||||
- **Version**: [*Affected Dolibarr version(s)*]
|
|
||||||
- **OS**: [*Server OS type and version*]
|
|
||||||
- **Web server**: [*Webserver type and version*]
|
|
||||||
- **PHP**: [*PHP version*]
|
|
||||||
- **Database**: [*Database type and version*]
|
|
||||||
- **URL(s)**: [*Affected URL(s)*]
|
|
||||||
|
|
||||||
## Expected and actual behavior
|
|
||||||
[*Verbose description*]
|
|
||||||
|
|
||||||
## Steps to reproduce the behavior
|
|
||||||
[*Verbose description*]
|
|
||||||
|
|
||||||
## [Attached files](https://help.github.com/articles/issue-attachments) (Screenshots, screencasts, dolibarr.log, debugging informations…)
|
|
||||||
[*Files*]
|
|
||||||
80
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
80
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
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: Environment Version
|
||||||
|
description: Affected Dolibarr version(s)
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: environment-os
|
||||||
|
attributes:
|
||||||
|
label: Environment OS
|
||||||
|
description: Server OS type and version
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: environment-webserver
|
||||||
|
attributes:
|
||||||
|
label: Environment Web server
|
||||||
|
description: Webserver type and version
|
||||||
|
|
||||||
|
- 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: input
|
||||||
|
id: environment-urls
|
||||||
|
attributes:
|
||||||
|
label: Environment URL(s)
|
||||||
|
description: Affected URL(s)
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: expected-behaviour
|
||||||
|
attributes:
|
||||||
|
label: Expected and actual behavior
|
||||||
|
description: Verbose description
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: reproduce
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce the behavior
|
||||||
|
description: Verbose description
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: files
|
||||||
|
attributes:
|
||||||
|
label: Attached files
|
||||||
|
description: Screenshots, screencasts, dolibarr.log, debugging informations
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: terms
|
||||||
|
attributes:
|
||||||
|
label: Code of Conduct
|
||||||
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Dolibarr/dolibarr/blob/develop/.github/CODE_OF_CONDUCT.md)
|
||||||
|
options:
|
||||||
|
- label: I agree to follow this project's Code of Conduct
|
||||||
|
required: true
|
||||||
27
.github/ISSUE_TEMPLATE/feature_request.md
vendored
27
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,27 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature request
|
|
||||||
about: Suggest a new idea for this project
|
|
||||||
title: ''
|
|
||||||
labels: Feature request
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Instructions
|
|
||||||
*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.*
|
|
||||||
*Please:*
|
|
||||||
- *replace the bracket enclosed texts with meaningful information*
|
|
||||||
- *remove any unused sub-section*
|
|
||||||
|
|
||||||
|
|
||||||
# Feature Request
|
|
||||||
[*Short description*]
|
|
||||||
|
|
||||||
## Use case
|
|
||||||
[*Verbose description*]
|
|
||||||
|
|
||||||
## Suggested implementation
|
|
||||||
[*Verbose description*]
|
|
||||||
|
|
||||||
## Suggested steps
|
|
||||||
[*List of tasks to achieve goal*]
|
|
||||||
44
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
44
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
name: Feature request
|
||||||
|
description: Suggest a new idea for this project
|
||||||
|
labels: ["Feature request"]
|
||||||
|
|
||||||
|
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: feature-request
|
||||||
|
attributes:
|
||||||
|
label: Feature Request
|
||||||
|
description: Short description
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: use-case
|
||||||
|
attributes:
|
||||||
|
label: Use case
|
||||||
|
description: Verbose description
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: suggested-implementation
|
||||||
|
attributes:
|
||||||
|
label: Suggested implementation
|
||||||
|
description: Verbose description
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: suggested-steps
|
||||||
|
attributes:
|
||||||
|
label: Suggested steps
|
||||||
|
description: List of tasks to achieve goal
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: terms
|
||||||
|
attributes:
|
||||||
|
label: Code of Conduct
|
||||||
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Dolibarr/dolibarr/blob/develop/.github/CODE_OF_CONDUCT.md)
|
||||||
|
options:
|
||||||
|
- label: I agree to follow this project's Code of Conduct
|
||||||
|
required: true
|
||||||
Loading…
Reference in New Issue
Block a user