Skip to content

Commit

Permalink
Refined issue templates (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasabanov authored Oct 11, 2024
1 parent 55339ae commit 08a8ff6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 31 deletions.
28 changes: 8 additions & 20 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,19 @@
---
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.
### Bug description

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.
### Steps to Reproduce
1.
2.

**Screenshots**
If applicable, add screenshots to help explain your problem.
### Expected behavior

**Release (please complete the following information):**
- Version [e.g. 1.0.0]
- OS: [e.g. Linux Mint]

**Additional context**
Add any other context about the problem here.
### Release
- Version:
- OS:
17 changes: 6 additions & 11 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
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 [...]
### Problem or Motivation


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

**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.
### Current release
- Version:
- OS:

0 comments on commit 08a8ff6

Please sign in to comment.