add label,an update ignore (#264)

* add label,an update ignore

* apply author review
This commit is contained in:
悠静萝莉 2021-05-13 21:28:19 +08:00 committed by GitHub
parent b2b9a08824
commit 44aa4956fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,7 @@
name: Bug Report CN name: Bug Report CN
about: 错误报告中文模板 about: 错误报告中文模板
title: '' title: ''
labels: '' labels: 'Triage'
assignees: '' assignees: ''
--- ---
@ -75,4 +75,4 @@ assignees: ''
[日志请粘贴于此处] [日志请粘贴于此处]
</pre></details> </pre></details>
--> -->

View File

@ -2,7 +2,7 @@
name: Bug Report EN name: Bug Report EN
about: English template for bug reporting about: English template for bug reporting
title: '' title: ''
labels: '' labels: 'Triage'
assignees: '' assignees: ''
--- ---
@ -63,4 +63,4 @@ assignees: ''
[Logs here] [Logs here]
</pre></details> </pre></details>
--> -->

4
.gitignore vendored
View File

@ -1,6 +1,8 @@
/.gradle/ /.gradle/
/.settings/ /.settings/
/build/ build/
/bin/ /bin/
/.project /.project
/.settings/ /.settings/
.idea
*.log