|
@@ -1,7 +1,7 @@
|
|
|
# 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:*
|
|
|
-- *only keep the "FIX", "CLOSE" or "NEW" section* (use uppercase to have the PR appears into the ChangeLog, lowercase will not appears)
|
|
|
+- *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](/.github/CONTRIBUTING.md)*
|
|
|
- *replace the bracket enclosed texts with meaningful information*
|
|
|
|
|
@@ -16,3 +16,12 @@
|
|
|
|
|
|
# NEW|New [*Short description*]
|
|
|
[*Long description*]
|
|
|
+
|
|
|
+
|
|
|
+# PERF|Perf #[*issue_number Short description*]
|
|
|
+[*Long description*]
|
|
|
+
|
|
|
+
|
|
|
+# QUAL|Qual #[*issue_number Short description*]
|
|
|
+[*Long description*]
|
|
|
+
|