Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
...so we can make issues more beautiful!
  • Loading branch information
Helloyunho authored Dec 17, 2020
1 parent 6c8d1bc commit 920cf13
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug] "
labels: "bug \U0001F41B"
assignees: ''

---

**What's the bug?**
<!-- Please tell us about the bug as short and easy to understand. -->

**How do we reproduce it?**
<!-- Do:
1. Use `something function` in `messageCreate` event
2. Make a message
3. Bamm!
Don't:
1. Run code
2. Error!
-->

**What should have happened?**
<!-- We might not know what you were expecting. Please tell us. -->

**What is actually happening?**
<!-- Please tell us the result of the code. -->

**What versions you're using?**
- OS: <!-- [e.g. macOS 11.1 Big Sur] -->
- Deno: <!-- [e.g. Deno 1.6.1] -->
- Harmony: <!-- [e.g. Harmony 0.9.0] -->

**Do you have anything to tell us more about the bug?**
<!-- If you do, please tell us more in here. -->
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request] "
labels: enhancement ✨
assignees: ''

---

**What do you want to request?**
<!-- Please tell us about your request as short and easy to understand. -->

<!-- !!REMOVE THIS TAG IF YOU ALREADY HAVE(..or thought about) SOME SOLUTIONS!!
**Do you have any solutions?**
If you have, please tell us so we can add(or at least think about) your solution!
-->

**Do you have anything to tell us about your request?**
<!-- If you do, please tell us more in here. -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Question
about: Question about this project
title: "[Question] "
labels: question ❓
assignees: ''

---

**What question do you have?**
<!-- Please tell us your question as short and easy to understand. -->

0 comments on commit 920cf13

Please sign in to comment.