소스 검색

:octocat:

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: ''
-
 ---
 
 <!--