Skip to content

Commit

Permalink
Issue templates
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
pprcht authored Aug 28, 2024
1 parent af7eb99 commit be4c3d2
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
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: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is and what causes the program to crash.

<!--
Note, this should not apply to deliberate error stops stops of the program, use the "Help request" template for those instead. You can remove this comment.
-->


**To Reproduce**
Steps to reproduce the behavior, program version, etc.

**Expected behavior**
A clear and concise description of what you expected to happen.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: pprcht

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.

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

**Describe workarounds you've considered**
A clear and concise description of any alternative solutions or features you've considered.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/help-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Help request
about: Request help with executing the program or explainig its behavior
title: ''
labels: question
assignees: ''

---

**Describe the issue**
A clear and concise description of what you are trying to do.

**To Reproduce**
Steps to reproduce the behavior, program version, etc.

**Additional context**
Add any other context about the problem here.

0 comments on commit be4c3d2

Please sign in to comment.