forked from Dolibarr/dolibarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ab8ba1
commit d7304e5
Showing
5 changed files
with
93 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# 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:* | ||
- [ ] *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* | ||
|
||
|
||
# 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)*] | ||
|
||
## Report | ||
|
||
### Expected behavior | ||
[*Verbose description*] | ||
|
||
### 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*] | ||
|
||
|
||
# Feature Request | ||
[*Short description*] | ||
|
||
## Use case | ||
[*Verbose description*] | ||
|
||
## Suggested implementation | ||
[*Verbose description*] | ||
|
||
## Tasks | ||
[*List of tasks to achieve goal*] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 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.* | ||
|
||
*Please:* | ||
- [ ] *follow the project [contributing guidelines](/.github/CONTRIBUTING.md)* | ||
- [ ] *only keep the "Fix", "Close" or "New" section* | ||
- [ ] *replace the bracket enclosed textswith meaningful informations* | ||
|
||
|
||
# Fix #[*issue_number Short description*] | ||
[*Long description*] | ||
|
||
|
||
# Close #[*issue_number Short description*] | ||
[*Long description*] | ||
|
||
|
||
# New [*Short description*] | ||
[*Long description*] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
# ^=[ Subject: One line short summary ]=========^| | ||
# ~ Subject template: [KEYWORD] [ISSUENUM] DESC ~| | ||
|
||
# ^=[ Blank: Follow the Subject with a blank line, do NOT remove ]====^| | ||
|
||
# ^=[ Details: Describe what changed and explain why it changed ]=====^| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters