mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
* NEW performance & code quality enhancements template sections * Reordered commit keyword categories to match pull request template * Adjusted instructions --------- Co-authored-by: William Mead <william.mead@manchenumerique.fr>
872 B
872 B
Instructions
This is a template to help you make good pull requests. You may use Github Markdown syntax to format your issue report. Please:
- only keep the "FIX", "CLOSE", "NEW", "PERF" or "QUAL" section (use uppercase to have the PR appears into the ChangeLog, lowercase will not appears)
- follow the project contributing guidelines
- replace the bracket enclosed texts with meaningful information
FIX|Fix #[issue_number Short description]
[Long description]
CLOSE|Close #[issue_number Short description]
[Long description]
NEW|New [Short description]
[Long description]
PERF|Perf #[issue_number Short description]
[Long description]
QUAL|Qual #[issue_number Short description]
[Long description]