From 44aa4956fa647ff7697f0f4088ccf929ecb597fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=A0=E9=9D=99=E8=90=9D=E8=8E=89?= Date: Thu, 13 May 2021 21:28:19 +0800 Subject: [PATCH] add label,an update ignore (#264) * add label,an update ignore * apply author review --- .github/ISSUE_TEMPLATE/bug-report-cn.md | 4 ++-- .github/ISSUE_TEMPLATE/bug-report-en.md | 4 ++-- .gitignore | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) 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