docs: update with discord community link
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/653/head
parent
fec633e51b
commit
240b82e0d5
|
@ -1,9 +1,26 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ""
|
||||
title: ''
|
||||
labels: needs triage
|
||||
assignees: ""
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
**🛑 READ THE FOLLOWING BEFORE YOU CONTINUE! 🛑**
|
||||
|
||||
All bugs must follow the issue template below, or they will be closed without triage.
|
||||
If it is a help request, you might want to try the [Discord community](https://discord.gg/7Dr9f9vNjJ) first.
|
||||
Make the following items are true before filing a bug:
|
||||
|
||||
- You are using the latest version of the app.
|
||||
- You tried and can replicate the bug consistently.
|
||||
- The problem persists after clearing browser cache.
|
||||
- You have followed the [configuration steps](https://github.com/pulsejet/memories/wiki/Configuration).
|
||||
- You have searched the [open issues](https://github.com/pulsejet/memories/issues)
|
||||
- You are NOT using `OCCWeb` to run `occ` commands
|
||||
|
||||
If you are sure the above is true, _remove this section_ and fill in the template below.
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
|
@ -26,9 +43,3 @@ Add any other context about the problem here.
|
|||
|
||||
- Any errors in the JS console?
|
||||
- Any errors in the Nextcloud server logs?
|
||||
|
||||
**Important: Are all of the following are true?**
|
||||
|
||||
- I have followed the [configuration steps](https://github.com/pulsejet/memories/wiki/Configuration).
|
||||
- I am NOT using `OCCWeb` to run `occ` commands
|
||||
- The problem persists after clearing browser cache
|
||||
|
|
|
@ -5,10 +5,11 @@
|
|||
![GitHub](https://img.shields.io/github/license/pulsejet/memories)
|
||||
[![e2e](https://github.com/pulsejet/memories/actions/workflows/e2e.yaml/badge.svg)](https://github.com/pulsejet/memories/actions/workflows/e2e.yaml)
|
||||
[![Demo](https://img.shields.io/badge/demo-online-blue)](https://memories-demo.radialapps.com/apps/memories/)
|
||||
[![Gitter](https://img.shields.io/gitter/room/pulsejet/memories)](https://gitter.im/pulsejet/memories)
|
||||
[![GitHub issues](https://img.shields.io/github/issues/pulsejet/memories)](https://github.com/pulsejet/memories/issues)
|
||||
[![GitHub Sponsor](https://img.shields.io/github/sponsors/pulsejet?logo=GitHub)](https://github.com/sponsors/pulsejet)
|
||||
|
||||
[![Discord](https://dcbadge.vercel.app/api/server/7Dr9f9vNjJ)](https://discord.gg/7Dr9f9vNjJ)
|
||||
|
||||
Memories is a _batteries-included_ photo management solution for Nextcloud with advanced features
|
||||
|
||||
## 🎁 Features
|
||||
|
|
Loading…
Reference in New Issue