From bd8f3dc3683c2106d3e183c35ad6543548392e08 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 6 Sep 2021 22:09:10 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 +++++++++++++ 2 files changed, 60 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 00000000..96433314 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '9001' + +--- + +all of the below are optional, consider them as inspiration, delete and rewrite at will + +**Describe the bug** +a description of what the bug is + +**To Reproduce** +List of steps to reproduce the issue, or, if it's hard to reproduce, then at least a detailed explanation of what you did to run into it + +**Expected behavior** +a description of what you expected to happen + +**Screenshots** +if applicable, add screenshots to help explain your problem, such as the kickass crashpage :^) + +**Server details** +if the issue is possibly on the server-side, then mention some of the following: +* server OS / version: +* python version: +* copyparty arguments: +* filesystem (`lsblk -f` on linux): + +**Client details** +if the issue is possibly on the client-side, then mention some of the following: +* the device type and model: +* OS version: +* browser version: + +**Additional context** +any other context about the problem here diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..e4110f02 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '9001' + +--- + +all of the below are optional, consider them as inspiration, delete and rewrite at will + +**is your feature request related to a problem? Please describe.** +a description of what the problem is, for example, `I'm always frustrated when [...]` or `Why is it not possible to [...]` + +**Describe the idea / solution you'd like** +a description of what you want to happen + +**Describe any alternatives you've considered** +a description of any alternative solutions or features you've considered + +**Additional context** +add any other context or screenshots about the feature request here