mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Make report templates easier to use
This commit is contained in:
parent
6ee4637f35
commit
fe564489d6
27
.github/ISSUE_TEMPLATE.md
vendored
27
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -1,14 +1,9 @@
|
|||
# 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.*
|
||||
|
||||
*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:*
|
||||
- [ ] *follow the project [contributing guidelines](/.github/CONTRIBUTING.md)*
|
||||
- [ ] *only keep the "Bug" or "Feature Request" section*
|
||||
- [ ] *replace the bracket enclosed texts with meaningful informations*
|
||||
- [ ] *remove any unused sub-section*
|
||||
- *only keep the "Bug" or "Feature Request" section*
|
||||
- *replace the bracket enclosed texts with meaningful informations*
|
||||
- *remove any unused sub-section*
|
||||
|
||||
|
||||
# Bug
|
||||
|
|
@ -22,21 +17,17 @@
|
|||
- **Database**: [*Database type and version*]
|
||||
- **URL(s)**: [*Affected URL(s)*]
|
||||
|
||||
## Report
|
||||
|
||||
### Expected behavior
|
||||
## Expected and actual behavior
|
||||
[*Verbose description*]
|
||||
|
||||
### Actual behavior
|
||||
## Steps to reproduce the 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…)
|
||||
## [Attached files](https://help.github.com/articles/issue-attachments) (Screenshots, screencasts, dolibarr.log, debugging informations…)
|
||||
[*Files*]
|
||||
|
||||
|
||||
|
||||
# Feature Request
|
||||
[*Short description*]
|
||||
|
||||
|
|
@ -46,5 +37,5 @@
|
|||
## Suggested implementation
|
||||
[*Verbose description*]
|
||||
|
||||
## Tasks
|
||||
## Suggested steps
|
||||
[*List of tasks to achieve goal*]
|
||||
|
|
|
|||
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,13 +1,9 @@
|
|||
# Instructions
|
||||
|
||||
*This is a template to help you make good pull requests.*
|
||||
|
||||
*You may use [Github Markdown](https://help.github.com/articles/getting-started-with-writing-and-formatting-on-github/) syntax to format your issue report.*
|
||||
|
||||
*This is a template to help you make good pull requests. 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:*
|
||||
- [ ] *follow the project [contributing guidelines](/.github/CONTRIBUTING.md)*
|
||||
- [ ] *only keep the "Fix", "Close" or "New" section*
|
||||
- [ ] *replace the bracket enclosed textswith meaningful informations*
|
||||
- *only keep the "Fix", "Close" or "New" section*
|
||||
- *follow the project [contributing guidelines](/.github/CONTRIBUTING.md)*
|
||||
- *replace the bracket enclosed textswith meaningful informations*
|
||||
|
||||
|
||||
# Fix #[*issue_number Short description*]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user