smiley 2 лет назад
Родитель
Сommit
ff74dca84b

+ 2 - 4
.github/ISSUE_TEMPLATE/bug_report.md

@@ -1,10 +1,8 @@
 ---
 ---
 name: Bug report
 name: Bug report
 about: You have found a bug? Does the library not behave as expected? That's great (ok, not that great)! Please help us to improve!
 about: You have found a bug? Does the library not behave as expected? That's great (ok, not that great)! Please help us to improve!
-title: ''
-labels: ''
-assignees: ''
-
+title: '[BUG]'
+labels: 'bug'
 ---
 ---
 
 
 <!--
 <!--

+ 2 - 4
.github/ISSUE_TEMPLATE/feature_request.md

@@ -1,10 +1,8 @@
 ---
 ---
 name: Feature request
 name: Feature request
 about: You have an idea for a new feature (or improve an existing one)? Great!
 about: You have an idea for a new feature (or improve an existing one)? Great!
-title: ''
-labels: ''
-assignees: ''
-
+title: '[ENHANCEMENT]'
+labels: 'enhancement'
 ---
 ---
 
 
 <!--
 <!--

+ 0 - 4
.github/ISSUE_TEMPLATE/general_issue.md

@@ -1,10 +1,6 @@
 ---
 ---
 name: General issue
 name: General issue
 about: An issue that is not a bug - please use the discussions instead! Thanks!
 about: An issue that is not a bug - please use the discussions instead! Thanks!
-title: ''
-labels: ''
-assignees: ''
-
 ---
 ---
 
 
 <!--
 <!--