diff --git a/.github/ISSUE_TEMPLATE/bug-report-cn.md b/.github/ISSUE_TEMPLATE/bug-report-cn.md index 6e11acd1..99bb20db 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-cn.md +++ b/.github/ISSUE_TEMPLATE/bug-report-cn.md @@ -2,7 +2,7 @@ name: Bug Report CN about: 错误报告中文模板 title: '' -labels: '' +labels: 'Triage' assignees: '' --- @@ -75,4 +75,4 @@ assignees: '' [日志请粘贴于此处] ---> +--> \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug-report-en.md b/.github/ISSUE_TEMPLATE/bug-report-en.md index 54917243..87f30b47 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-en.md +++ b/.github/ISSUE_TEMPLATE/bug-report-en.md @@ -2,7 +2,7 @@ name: Bug Report EN about: English template for bug reporting title: '' -labels: '' +labels: 'Triage' assignees: '' --- @@ -63,4 +63,4 @@ assignees: '' [Logs here] ---> +--> \ No newline at end of file diff --git a/.gitignore b/.gitignore index 72d49ec5..fc84c04d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ /.gradle/ /.settings/ -/build/ +build/ /bin/ /.project /.settings/ +.idea +*.log \ No newline at end of file