소스 검색

feat(github): migrate bug report issue template to YAML

myhloli 1 년 전
부모
커밋
b59d511d33
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 1 - 0
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -1,5 +1,6 @@
 name: Bug Report
 description: Create a bug report for MinerU
+labels: bug
 
 # We omit `title: "..."` so that the field defaults to blank. If we set it to
 # empty string, Github seems to reject this .yml file.