mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
add issue templates
This commit is contained in:
parent
fdacc204bf
commit
07430c4d64
2 changed files with 48 additions and 0 deletions
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -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.
|
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -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.
|
Loading…
Reference in a new issue