diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3c86870 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] " +labels: bug +assignees: astubenbord + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots or screen recordings to help explain your problem. + +**Device Information:** + - Device: [e.g. Samsung Galaxy S10] + - OS: [e.g. Android 11] + - Paperless Mobile version [e.g. 1.4.0, see in 'About this app' in drawer] + - Paperless Server version [e.g. 1.9.2, see in drawer header] + +**Additional context** +Add any other context about the problem here. diff --git a/README.md b/README.md index 303e926..8866661 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@

+## Important Notice +This project is under **very active** development. Breaking changes are expected and therefore a clean install is recommended for each update! + ## About The Project With this app you can conveniently add, manage or simply find documents stored in your paperless server without any comproimises. This project started as a small fun side project to learn more about the Flutter framework and because existing solutions didn't fulfill my needs, but it has grown much faster with far more features than I originally anticipated. @@ -224,3 +227,6 @@ Here are some impressions from the app! Made with [contrib.rocks](https://contrib.rocks). +## Troubleshooting +#### Suggestions are not selectable in any of the label form fields +This is a known issue and it has to do with accessibility features of Android. Password managers such as Bitwarden often caused this issue to occur. Luckily, this can be resolved by turning off the accessibility features in these apps.