1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-04 20:14:59 +01:00

chore: change files

This commit is contained in:
Amir Raminfar
2024-07-12 11:53:44 -07:00
parent 46c62c878f
commit 983c956ade
4 changed files with 11 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
name: Bug Report
name: 🐛 Bug Report
labels: ["bug"]
description: |
Use this template if something is not working as expected.
@@ -6,12 +6,10 @@ body:
- type: markdown
attributes:
value: |
I get an overwhelming of issues which take coniserable amount of time to investigate. Most often, they are configuration related.
For this reason, I ask you to help me by providing as much information as possible.
For issues with `docker-socket-proxy` I may not be able to help as those are not related to Dozzle.
I get an overwhelming of issues which I don't have time to investigate. Most often, they are due to configuration issues. For this reason, I ask you to help me by providing as much information as possible. For issues with `docker-socket-proxy` I may not be able to help as those are not related to Dozzle.
- type: checkboxes
attributes:
label: Check for existing issues
label: 🔍 Check for existing issues
description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
options:
- label: Completed
@@ -29,31 +27,31 @@ body:
required: true
- type: input
attributes:
label: Dozzle version
label: 📦 Dozzle version
description: Can be found in logs or settings page.
validations:
required: true
- type: textarea
attributes:
label: Describe the bug / provide steps to reproduce it
label: 🐛 Describe the bug / provide steps to reproduce it
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
label: 💻 Environment
description: Run `docker system info` and paste the output in the field below..
validations:
required: true
- type: textarea
attributes:
label: If applicable, add screenshots to help explain your bug
label: 📸 If applicable, add screenshots to help explain your bug
description: Drag issues into the text input below
validations:
required: false
- type: textarea
attributes:
label: If applicable, attach your Dozzle logs. You many need to enable debug mode. See https://dozzle.dev/guide/debugging.
label: 📜 If applicable, attach your Dozzle logs. You many need to enable debug mode. See https://dozzle.dev/guide/debugging.
validations:
required: false

View File

@@ -1,4 +1,4 @@
name: Feature Request
name: 🚀 Feature Request
labels: ["enhancement"]
description: |
Use this template if you have a feature request or an idea for a new feature.

View File

@@ -1,4 +1,4 @@
name: Performance Issue
name: 🚤 Performance Issue
labels: ["performance"]
description: |
Use this template if you are seeing performance issues such as slow loading times or high CPU usage.

View File

@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Common Issues
- name: 💁🏼 Common Issues
url: https://dozzle.dev/guide/faq
about: Check the FAQ for common issues.