From 07430c4d643028338e8c219139c64a9498377778 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 1 Sep 2019 14:37:56 +1000 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++++++ 2 files changed, 48 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..fb895a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Report a bug with FediBooks +title: '' +labels: bug +assignees: Lynnesbian + +--- + +**What happened?** +A clear and concise description of what the bug is. + +**How did it happen?** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Where did it happen?** +Please copy and paste the URL here. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Error message** +Did FediBooks give you an error message? If so, paste the message here. + +**Further comments** +You can add more info here if you'd like. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..4814145 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: Lynnesbian + +--- + +**What would you like FediBooks to do?** +Type in your feature idea here. Please do not suggest any of the following features: +- Different bot types (for example, bots that post images) +- Donation bonuses + +Please ensure that your idea is: +- Easy to understand for the end user - Don't overwhelm the user with too many options or settings, or complex terminology. +- Relatively achievable - FediBooks is a passion project developed by one person. Something like a mobile app for accessing FediBooks is beyond my skillset and would take too much time. +- Not too heavy on the server - The main FediBooks instance (https://fedibooks.com) is running on a moderately powerful server capable of relatively complex tasks, but some things such as machine learning or automated video generation are beyond its capabilities.