From 3576ab15d125a531c27f515981507d3b50d27910 Mon Sep 17 00:00:00 2001 From: Matt Baer <1138779+thebaer@users.noreply.github.com> Date: Mon, 12 Nov 2018 20:12:31 -0500 Subject: [PATCH] Create issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 24 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 9 +++++++++ 2 files changed, 33 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..b9fc19a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Let us know what went wrong. + +--- + +### Describe the bug +Explain what the bug is, in as much detail as possible... + +### Steps to reproduce (if necessary) +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. ... + +### Expected behavior +What should've happened? + +### Application configuration + - **Single mode or Multi-user mode?** + - **Open registration?** [yes/no] + - **Federation enabled?** [yes/no] + +**Version or last commit**: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..824503b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,9 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +# PLEASE DON'T SUBMIT FEATURE REQUESTS HERE # + +Instead, post them to our forums: https://discuss.write.as/c/feedback/feature-requests