소스 검색
Apply label automatically when issue creation from template (#15154)
tags/v3.3.0rc1
Yamagishi Kazutoshi
5 달 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
2개의 변경된 파일과
1개의 추가작업 그리고
2개의 파일을 삭제
-
.github/ISSUE_TEMPLATE/bug_report.md
-
.github/ISSUE_TEMPLATE/feature_request.md
|
|
@@ -1,7 +1,7 @@ |
|
|
--- |
|
|
--- |
|
|
name: Bug Report |
|
|
name: Bug Report |
|
|
about: If something isn't working as expected |
|
|
about: If something isn't working as expected |
|
|
|
|
|
|
|
|
|
|
|
labels: bug |
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
<!-- Make sure that you are submitting a new bug that was not previously reported or already fixed --> |
|
|
<!-- Make sure that you are submitting a new bug that was not previously reported or already fixed --> |
|
|
|
|
|
@@ -1,7 +1,6 @@ |
|
|
--- |
|
|
--- |
|
|
name: Feature Request |
|
|
name: Feature Request |
|
|
about: I have a suggestion |
|
|
about: I have a suggestion |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
<!-- Please use a concise and distinct title for the issue --> |
|
|
<!-- Please use a concise and distinct title for the issue --> |
|
|
|