smiley 2 سال پیش
والد
کامیت
ff74dca84b
3فایلهای تغییر یافته به همراه4 افزوده شده و 12 حذف شده
  1. 2 4
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 2 4
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 0 4
      .github/ISSUE_TEMPLATE/general_issue.md

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

@@ -1,10 +1,8 @@
 ---
 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!
-title: ''
-labels: ''
-assignees: ''
-
+title: '[BUG]'
+labels: 'bug'
 ---
 
 <!--

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

@@ -1,10 +1,8 @@
 ---
 name: Feature request
 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
 about: An issue that is not a bug - please use the discussions instead! Thanks!
-title: ''
-labels: ''
-assignees: ''
-
 ---
 
 <!--