Merge branch 'main' into develop

This commit is contained in:
James Cole
2021-12-26 11:01:50 +01:00
2 changed files with 17 additions and 1 deletions

View File

@@ -14,8 +14,9 @@ body:
label: I've found a bug and checked that ...
description: Make sure that your request fulfills all of the following requirements. If one requirement cannot be satisfied, explain in detail why.
options:
- label: ... the documentation does not mention anything about my problem
- label: ... [the documentation](https://docs.firefly-iii.org/) does not mention anything about my problem
- label: ... there are no open or closed issues that are related to my problem
- label: ... it's [definitely you, not me](https://github.com/firefly-iii/firefly-iii/blob/main/.github/its_you_not_me.md)
- type: textarea
attributes:

15
.github/its_you_not_me.md vendored Normal file
View File

@@ -0,0 +1,15 @@
# It's not you, it's me
Many bugs reported to Firefly III are in fact configuration and system problems on the user side 🤷. Bugs are rarely actually bugs.
If you run into one of the following problems, it's probably YOU, not me:
- ⚠️ Can't connect to the database when starting Firefly III
- ⚠️ Errors with missing app keys or encryption problems
- ⚠️ Can't login
- ⚠️ Can't register first account
- ⚠️ 500 error when starting Firefly III
- ⚠️ White page when starting Firefly III
- ⚠️ Time-out when starting Firefly III
If you run into an issue like this, please start a [discussion](https://github.com/firefly-iii/firefly-iii/discussions) or chat on [Gitter.im](https://gitter.im/firefly-iii/firefly-iii). There's a good chance it's you, not me.