Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooshua authored Feb 6, 2024
1 parent 800dc9b commit 79f161b
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/⚡-feature-requests---ideas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: "⚡ Feature Requests & Ideas"
about: Describe this issue template's purpose here.
title: "[Idea]"
labels: enhancement, triage
assignees: ''

---

## Brief
<!--
// Give us a quick overview of your feature idea, 3-4 sentences at most.
// Note that you should tell us WHAT you want the feature to DO, not HOW to do it.
// If another plugin has a similar feature, here is a good place to link that plugin.
-->

**(Your Brief Here)**

## Impact
<!--
// How will this impact players? Do you have a specific scenario where
// this feature is useful? Has not having this feature been a drag on gameplay?
-->

**(Your Impact Here)**
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/🐞-report-a-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: "\U0001F41E Report a Bug"
about: Experienced an issue with the plugin? Let us know here!
title: "[Bug] Your fancy title here!"
labels: triage
assignees: ''

---

## Brief
<!--
// Give us a 2-3 sentence summary of the bug here.
// This should include a summary of the conditions required, and the impact
// the bug has on the server or plugin.
-->

**(Your Brief Here)**

## Reproduction
<!--
// If you have steps to reproduce your issue, please list them here.
// If they don't work all the time, let us know so we can try it out multiple times.
-->

- [ ] This bug can be reproduced reliably
- [ ] This bug can be reproduced sometimes
- [ ] This bug is completely random
- [ ] I don't know how to reproduce it

1. Your...
2. Steps...
3. Here...

## Logs
<!--
// If you have any logs or extra data, put it here for others to look at.
// Censor any personal information--this is a public issue tracker!
-->
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/👥-other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: "\U0001F465 Other"
about: Create a plain issue, without using a template.
title: ''
labels: triage
assignees: ''

---


0 comments on commit 79f161b

Please sign in to comment.