From 3fe5741718965ee9008ef3495d60e77e64cfc2c5 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Wed, 14 Jul 2021 18:31:40 +0200 Subject: [PATCH] feat: issue templates [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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. -- libgit2 1.7.2