index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-07-14 16:31:40.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-07-14 16:31:40.0 +00:00:00
commit
3fe5741718965ee9008ef3495d60e77e64cfc2c5 [patch]
tree
330805c63cce37e0bea80ad7bda93518c60f7506
parent
45988dba649022383cf968fa640ba7e977e36542
download
3fe5741718965ee9008ef3495d60e77e64cfc2c5.tar.gz

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(+)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..50d0109
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -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.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..a50d324
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -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.