Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRitter02 committed Aug 1, 2020
1 parent 907abff commit e921d34
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug
about: Report a bug, crash, mistake or unintended behaviour. Please file a seperate report for each problem.
title: Add a descriptive title
labels: Bug
assignees: ''

---

**Describe the bug**
<!-- A short description of the problem you are experiencing -->

**Reproduction steps**
<!-- Steps to reproduce this behaviour -->
1. Do this
2. Use ...
3. Etc.
4. See bug

**Expected behaviour**
<!-- Describe what should have happened -->

<details>
<summary><strong>Crash report</strong></summary>

<!-- If a crash report file was generated, you can paste its contents between the ``` marks -->
```
```

</details>

**Additional context**
<!-- This needs to be filled out! Try to reproduce your problem with as few mods as possible. -->
- Minecraft version:
- BadlionClientDisabler version:
- :exclamation: A list of all mods you were using:

17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Enhancement / Feature request
about: Suggest an idea or improvement
title: Add a descriptive title
labels: Enhancement
assignees: ''

---

**Is your feature request related to a problem?**
<!-- Describe the reason behind your idea -->

**The suggestion**
<!-- Describe the suggestion in detail, but stay clear and concise -->

**Alternatives**
<!-- Are there any alternative solutions or features you've considered. -->

0 comments on commit e921d34

Please sign in to comment.