Skip to content

Commit

Permalink
doc:modify ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1015 committed Dec 10, 2019
1 parent 46d2f28 commit 6b290c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: 'Bug Report'
about: '创建错误报告以帮助我们改进。'
title: ''
labels: ''
title: '[bug]'
labels: 'bug'
assignees: ''

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Question
about: 问我们一个关于这个项目的问题
title: ''
labels: ''
title: '[question]'
labels: 'question'
assignees: ''

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/suggestion.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Suggestion
about: 为这个项目提出一个建议
title: ''
labels: ''
title: '[suggest]'
labels: 'help wanted'
assignees: ''

---
Expand Down

0 comments on commit 6b290c8

Please sign in to comment.