feat: issue templates [skip ci]
Diff
.github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++
.github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++++++++++
2 files changed, 47 insertions(+)
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a bug report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior
**Expected behavior**
A clear and concise description of what you expected to happen.
**Logs/Screenshots**
If applicable, add logs or screenshots to help explain your problem.
**Environment and Specs**
- static-web-server: [e.g. v1.17.1]
- OS: [e.g. Linux 5.13.2, Macos 11.4, etc]
- Docker: [e.g. 20.10.7]
- Client: [e.g. Chrome 91.0.4472.114, Safari 14.1.1, curl, etc]
**Additional context**
Add any other context about the problem here if needed.
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
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 if needed.