Skip to content

Commit

Permalink
feat: issue templates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 9, 2022
1 parent 12c96bf commit 112bc99
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,24 @@
---
name: Bug report
about: Create a bug report on the patcher. Do not submit suggestions for patches here.
title: 'problem: some problem'
labels: bug
assignees: oSumAtrIX, Sculas

---

# 🐞 Issue

<!-- Describe your issue in detail here -->

# ⚙ Reproduce

<!-- Include your environment and steps to reproduce the issue as detailed as possible -->

# 🛠 Solution

<!-- If applicable, add a possible solution -->

# ⚠ Additional context

<!-- Add any other context about the problem here -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest a change to the patcher. Do not submit suggestions for patches here.
title: ''
labels: ''
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.

0 comments on commit 112bc99

Please sign in to comment.