Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ixnoahlive authored Jun 20, 2024
1 parent f3bcc97 commit 1ccfc3f
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/✨-new-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "✨ New feature"
about: Suggest a new feature or change to an existing feature/action
title: ''
labels: feature
assignees: ''

---

### Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

### Describe the solution you'd like
A clear and concise description of what you want to happen.

### Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

### Additional context
Add any other context or screenshots about the feature request here.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/🏠-new-action.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: "\U0001F3E0 New action"
about: Got an idea for a new action? Share it with us!
title: ''
labels: feature > new action
assignees: ''

---

**Which [category](https://ixnoah.live/docs/tapactions/creating-actions/#discover-more-actions) would this fit into? If it fits none, what would this new category be called?**

**Describe what your action does and what options it takes**
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/📜-tapactions-wiki.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: "\U0001F4DC TapActions wiki"
about: Found a problem with our wiki?
title: ''
labels: documentation
assignees: ''

---


22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/🚫-unexpected-crash---kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: "\U0001F6AB Unexpected crash / kick"
about: Found a bug that causes a crash or kick?
title: ''
labels: bug > crash
assignees: ''

---

### Are you using any other mods? If yes, which?


### What were you doing while this happened?


### Please share your Minecraft crash log or a screenshot of the kick message


### Are you able to replicate this bug? If yes, please share the steps.


### If you have additional information, let us know below.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/🪲-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: "\U0001FAB2 Bug report"
about: Found something that shouldn't happen?
title: ''
labels: bug
assignees: ''

---

### Are you using any other mods? If yes, which?


### What happened?


### What is supposed to happen?


### Are you able to replicate this bug? If yes, please share instructions to do so.


### If you have additional information, let us know below.

0 comments on commit 1ccfc3f

Please sign in to comment.