mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
046748c443
* Update pre-commit * Upgrade djlint, remove flake8 and add pylint * Reformat with new djlint version * Run pre-commit on CI * Use only python3.10 on CI * Reformat files with pre-commit * Run pre-commit against all files * Reformat * Added global excludes * Added pre-commit to the contributing file * Set python 3.9 as default * Set language version to python3 Co-authored-by: Adrià Casajús <adria.casajus@proton.ch> Co-authored-by: Carlos Quintana <carlos.quintana@proton.ch>
39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve SimpleLogin.
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
Please note that this is only for bug report.
|
|
|
|
For help on your account, please reach out to us at hi[at]simplelogin.io. Please make sure to check out [our FAQ](https://simplelogin.io/faq/) that contains frequently asked questions.
|
|
|
|
|
|
For feature request, you can use our [forum](https://github.com/simple-login/app/discussions/categories/feature-request).
|
|
|
|
For self-hosted question/issue, please ask in [self-hosted forum](https://github.com/simple-login/app/discussions/categories/self-hosting-question)
|
|
|
|
## Prerequisites
|
|
- [ ] I have searched open and closed issues to make sure that the bug has not yet been reported.
|
|
|
|
## Bug report
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Environment (If applicable):**
|
|
- OS: Linux, Mac, Windows
|
|
- Browser: Firefox, Chrome, Brave, Safari
|
|
- Version [e.g. 78]
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|