From 173193df746ec4f42b8af8e63c8434d362708f77 Mon Sep 17 00:00:00 2001 From: trapexit Date: Sat, 1 Aug 2020 00:07:50 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 10 ++++++++ 3 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..0ebf2be4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: For the reporting of behavior not as described +title: '' +labels: bug, investigating +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. Please do not file bugs for unreleased versions. The master branch is **not** to be considered in a production state. + +**To Reproduce** +Steps to reproduce the behavior. List **all** steps to reproduce. All settings. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**System information:** + - OS, kernel version: `uname -a` + - mergerfs version: `mergerfs -V` + - mergerfs settings + - List of drives, filesystems, & sizes: `df -h` + - A strace of the application having a problem: `strace -f -o /tmp/app.strace.txt ` or `strace -f -p -o /tmp/app.strace.txt` + - strace of mergerfs while app tried to do it's thing: `strace -f -p -o /tmp/mergerfs.strace.txt` + +**Additional context** +Add 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..cd230dad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature, investigating +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. + +**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. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..a82a5d70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: Question +about: When you're looking for information +title: '' +labels: investigating, question +assignees: '' + +--- + +You can also ask questions on Discord for realtime help: https://discord.gg/MpAr69V