Docs: Update README.md, CONTRIBUTING.md, and bug issue template
This commit is contained in:
parent
7e4bb36bb1
commit
00671270f5
3 changed files with 13 additions and 8 deletions
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -54,8 +54,9 @@ Your app version / build number can be found in *Settings* when you scroll to th
|
|||
|
||||
- PhotoPrism Architecture & Build Number
|
||||
- Database Type & Version (MySQL or SQLite)
|
||||
- Browser Types & Versions (Firefox, Chrome, Safari on iPhone,...)
|
||||
- Operating System Types & Versions (Linux, Windows, Android,...)
|
||||
- Browser Types & Versions (Firefox, Chrome, Safari on iPhone,...)
|
||||
- Browser Plugins (if any)
|
||||
|
||||
**What device is the backend running on?**
|
||||
|
||||
|
@ -66,6 +67,6 @@ This is especially important if you are reporting a performance, timing, or inde
|
|||
- Storage Type (HDD, SSD, RAID, USB, Network Storage,...)
|
||||
- anything else that might be helpful
|
||||
|
||||
**Do you use a proxy, load balancer, firewall, or CDN?**
|
||||
**Do you use a proxy, load balancer, firewall, VPN, or CDN?**
|
||||
|
||||
If yes, please specify type and version. You can skip this if you are reporting a completely unrelated issue.
|
|
@ -16,13 +16,17 @@ Our [Code of Conduct](CODE_OF_CONDUCT.md) explains the "dos and don’ts."
|
|||
|
||||
## Reporting Bugs ##
|
||||
|
||||
Before reporting a bug, try to [determine the cause of your problem](https://docs.photoprism.app/getting-started/troubleshooting/).
|
||||
Before reporting a bug, please use our [Troubleshooting Checklists](https://docs.photoprism.app/getting-started/troubleshooting/)
|
||||
to determine the cause of your problem. If you are unsure, need technical support, or have other questions:
|
||||
|
||||
If you ARE UNSURE, need TECHNICAL SUPPORT, or have a GENERAL QUESTION:
|
||||
PLEASE USE [GITHUB DISCUSSIONS](https://github.com/photoprism/photoprism/discussions) 🗯
|
||||
- you are welcome to ask in our [Community Chat](https://gitter.im/browseyourlife/community)
|
||||
- and post your question in [GitHub Discussions](https://github.com/photoprism/photoprism/discussions)
|
||||
|
||||
When [reporting a problem](https://github.com/photoprism/photoprism/issues), always include the version you are using
|
||||
and information about your environment such as browser, operating system, installed memory, and processor type.
|
||||
In addition, [sponsors](https://docs.photoprism.app/funding/) receive direct [technical support](https://photoprism.app/contact) via email.
|
||||
|
||||
When reporting a [clearly identified bug](https://github.com/photoprism/photoprism/issues), always include the
|
||||
version you are using and information about your environment such as browser, operating system, installed memory,
|
||||
and processor type (see [template](https://github.com/photoprism/photoprism/blob/develop/.github/ISSUE_TEMPLATE/bug_report.md)).
|
||||
|
||||
## Pull Requests ##
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ Think of "free software" as in "free speech," not as in "free beer". Thank you!
|
|||
|
||||
*When reporting a problem, always include the version you are using and information
|
||||
about your environment such as browser, operating system, installed memory, and
|
||||
processor type.*
|
||||
processor type (see [template](https://github.com/photoprism/photoprism/blob/develop/.github/ISSUE_TEMPLATE/bug_report.md)).*
|
||||
|
||||
## Roadmap ##
|
||||
|
||||
|
|
Loading…
Reference in a new issue