Update templates
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<!-- Put a brief summary of the issue in the title. -->
|
||||
|
||||
# My system
|
||||
|
||||
- Distribution (name and version):
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<!-- Put a brief summary of the feature in the title, don't start it with "[Feature request]". -->
|
||||
|
||||
<!-- Describe as precisely as possible the feature you want to be added: how should it work? What does it do? -->
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!-- This is for general discussion on the extension. For specific issues (bug report, theme request, feature request), please use the appropriate template. -->
|
||||
|
||||
|
||||
<!-- Don't remove this line -->
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<!-- Put the name of the theme in the title, don't start it with "[Theme request]". -->
|
||||
|
||||
- Theme name:
|
||||
- Theme repository or download link:
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<!--
|
||||
Start your MR title with "WIP: " and indicate:
|
||||
- what it does
|
||||
- which issue it fixes by adding "(Fix #[issue number])"
|
||||
-->
|
||||
|
||||
|
||||
<!-- Don't remove this line -->
|
||||
/label ~"bug::WIP"
|
||||
@@ -0,0 +1,9 @@
|
||||
<!--
|
||||
Indicate in your MR title:
|
||||
- what it does
|
||||
- which issue it fixes by adding "(Fix #[issue number])"
|
||||
-->
|
||||
|
||||
|
||||
<!-- Don't remove this line -->
|
||||
/label ~"bug::fixed"
|
||||
@@ -0,0 +1,9 @@
|
||||
<!--
|
||||
Start your MR title with "WIP: " and indicate:
|
||||
- which new feature it implements
|
||||
- to which issue it relates (if any) by adding "(Fix #[issue number])"
|
||||
-->
|
||||
|
||||
|
||||
<!-- Don't remove this line -->
|
||||
/label ~"feature::WIP"
|
||||
@@ -0,0 +1,9 @@
|
||||
<!--
|
||||
Indicate in your MR title:
|
||||
- which new feature it implements
|
||||
- to which issue it relates (if any) by adding "(Fix #[issue number])"
|
||||
-->
|
||||
|
||||
|
||||
<!-- Don't remove this line -->
|
||||
/label ~"feature::implemented"
|
||||
@@ -0,0 +1,9 @@
|
||||
<!--
|
||||
Start your MR title with "WIP: " and indicate:
|
||||
- the name of the theme it implements
|
||||
- to which issue it relates (if any) by adding "(Fix #[issue number])"
|
||||
-->
|
||||
|
||||
|
||||
<!-- Don't remove this line -->
|
||||
/label ~"theme::WIP"
|
||||
@@ -0,0 +1,9 @@
|
||||
<!--
|
||||
Indicate in your MR title:
|
||||
- the name of the theme it implements
|
||||
- to which issue it relates (if any) by adding "(Fix #[issue number])"
|
||||
-->
|
||||
|
||||
|
||||
<!-- Don't remove this line -->
|
||||
/label ~"theme::implemented"
|
||||
@@ -0,0 +1,9 @@
|
||||
<!--
|
||||
Start your MR title with "WIP: " and indicate:
|
||||
- the language
|
||||
- to which issue it relates (if any) by adding "(Fix #[issue number])"
|
||||
-->
|
||||
|
||||
|
||||
<!-- Don't remove this line -->
|
||||
/label ~"translation::WIP"
|
||||
@@ -0,0 +1,9 @@
|
||||
<!--
|
||||
Indicate in your MR title:
|
||||
- the language
|
||||
- to which issue it relates (if any) by adding "(Fix #[issue number])"
|
||||
-->
|
||||
|
||||
|
||||
<!-- Don't remove this line -->
|
||||
/label ~"translation::updated"
|
||||
Reference in New Issue
Block a user