File tree Expand file tree Collapse file tree 6 files changed +56
-0
lines changed Expand file tree Collapse file tree 6 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- Please Include: -->
2
+
3
+ - ** Clear steps to reproduce the issue** :
4
+
5
+ - ** Relevant error messages and/or screenshots** :
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature Request
3
+ about : Suggest a new feature
4
+ ---
5
+
6
+ - ** Describe the Feature Request**
7
+
8
+ - ** Describe Preferred Solution**
Original file line number Diff line number Diff line change
1
+ <!--
2
+ Remove the fields that are not appropriate
3
+ Please include:
4
+ -->
5
+
6
+ - ** What does this PR do?**
7
+
8
+ - ** Any background context you want to provide?**
9
+
10
+ - ** Screenshots**
Original file line number Diff line number Diff line change
1
+ exclude :
2
+ - dev
3
+ - feature-*
Original file line number Diff line number Diff line change
1
+ name-template : v$NEXT_PATCH_VERSION
2
+ tag-template : v$NEXT_PATCH_VERSION
3
+ categories :
4
+ - title : 🚀 Features
5
+ label : feature
6
+ - title : 🐛 Bug Fixes
7
+ label : fix
8
+ - title : 🧰 Maintenance
9
+ label : chore
10
+ tag-template : - $TITLE @$AUTHOR (#$NUMBER)
11
+ template : |
12
+ ## Changes
13
+
14
+ $CHANGES
Original file line number Diff line number Diff line change
1
+ # Number of days of inactivity before an issue becomes stale
2
+ daysUntilStale : 60
3
+ # Number of days of inactivity before a stale issue is closed
4
+ daysUntilClose : 7
5
+ # Issues with these labels will never be considered stale
6
+ exemptLabels :
7
+ - ' Priority: High :one:'
8
+ - ' Priority: High :two:'
9
+ # Label to use when marking an issue as stale
10
+ staleLabel : ' Wontfix :x:'
11
+ # Comment to post when marking an issue as stale. Set to `false` to disable
12
+ markComment : >
13
+ This issue has been automatically marked as stale because it has not had
14
+ recent activity. It will be closed if no further activity occurs.
15
+ # Comment to post when closing a stale issue. Set to `false` to disable
16
+ closeComment : false
You can’t perform that action at this time.
0 commit comments