Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created issue templates #259

Merged
merged 14 commits into from
Aug 6, 2024
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Report bugs or errors
title: ''
labels: ''
emprzy marked this conversation as resolved.
Show resolved Hide resolved
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
emprzy marked this conversation as resolved.
Show resolved Hide resolved

**To Reproduce**
Steps to reproduce the behavior:
TimothyWillard marked this conversation as resolved.
Show resolved Hide resolved
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.

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

**Desktop (please complete the following information):**
TimothyWillard marked this conversation as resolved.
Show resolved Hide resolved
- OS: [e.g. iOS]
emprzy marked this conversation as resolved.
Show resolved Hide resolved
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Does this link to other issue(s)? If so, please specify.**

**Additional context**
Add any other context about the problem here.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea or feature
title: ''
labels: ''
emprzy marked this conversation as resolved.
Show resolved Hide resolved
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.

**Does this link to another issue(s)? If so, please specify.**

**Additional context**
Add any other context or screenshots about the feature request here.
Loading