Skip to content

Commit

Permalink
docs: update github issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
cleardusk committed Sep 28, 2020
1 parent 70792f4 commit e44cd27
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

Before proposing this issue, plz search the existed issues by your keywords first.

**Describe the bug**

**To Reproduce**

**Expected behavior**

**Screenshots**

**Platform:**
- macOS, Linux, or Windows

**Additional context**
Add any other context about the problem here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/discussion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Discussion
about: Just type your opinions.
title: ''
labels: ''
assignees: ''

---

**Type your opinions or ideas here.**
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---


**Is your feature request related to a problem? Please describe.**
Please describe the problem you are trying to solve.

**Describe the solution you'd like**
Please describe the desired behavior.

**Describe alternatives you've considered**
Please describe alternative solutions or features you have considered.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Help
about: Please file an issue in our help repo.
title: ''
labels: ''
assignees: ''

---

**Please detail your questions here : )**

Questions posted to this repository will be closed.

0 comments on commit e44cd27

Please sign in to comment.