Skip to content

Commit

Permalink
Merge pull request #1215 from pktiuk/master
Browse files Browse the repository at this point in the history
Update template for bug report
  • Loading branch information
pulsejet authored Jun 21, 2024
2 parents ccbeb6a + f78f19e commit d14a0cb
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
---
name: Bug report
description: Create a report to help us improve
labels: [needs triage]
body:
- type: markdown
attributes:
value: |
🛑 READ THE FOLLOWING BEFORE YOU CONTINUE! 🛑
All bug reports *must* follow the issue template below.
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.
- You have followed the [configuration steps](https://memories.gallery/config/).
- You have looked at the [troubleshooting](https://memories.gallery/troubleshooting/) documentation.
- You have searched the [open issues](https://github.com/pulsejet/memories/issues)
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: false
- type: textarea
attributes:
label: Platform
description: |
Example:
- OS: iOS
- Browser: Chrome, Safari
- Memories Version: 4.1.0
- Nextcloud Version: 25.0.6
- PHP Version: 8.1
value: |
- OS:
- Browser:
- Memories Version:
- Nextcloud Version:
- PHP Version:
render: markdown
validations:
required: false
- type: textarea
attributes:
label: Screenshots
description: |
If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: |
Add any other context about the problem here.
value: |
- Any errors in the JS console?
- Any errors in the Nextcloud server logs?
validations:
required: false

0 comments on commit d14a0cb

Please sign in to comment.