Skip to content

Commit 8c408ac

Browse files
author
tchapi
committed
chore
1 parent a6179a5 commit 8c408ac

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Something is not working as expected
3-
labels: ["bug", "triage"]
3+
labels: ["bug"]
44
body:
55
- type: markdown
66
attributes:
@@ -60,7 +60,7 @@ body:
6060
- None (standalone Docker with Caddy)
6161
- Nginx
6262
- Apache
63-
- Caddy (custom)
63+
- Caddy
6464
- Traefik
6565
- Other
6666
validations:
@@ -151,7 +151,7 @@ body:
151151
description: |
152152
Paste the relevant section of `./var/log/prod.log` (relative to your Davis installation root, **not** `/var/log`).
153153
Also include web server / reverse proxy error logs if applicable.
154-
Set `APP_ENV=dev` temporarily to get verbose output if `prod.log` is empty.
154+
Set `APP_ENV=dev` temporarily to get verbose output if `prod.log` is empty (you need to install dev dependencies with composer).
155155
render: text
156156

157157
- type: textarea

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Feature Request
22
description: Suggest an improvement or new functionality
3-
labels: ["enhancement"]
3+
labels: ["feature request"]
44
body:
55
- type: markdown
66
attributes:
77
value: |
8-
Please check [existing issues](https://github.com/tchapi/davis/issues?q=is%3Aissue+label%3Aenhancement) first to avoid duplicates.
8+
Please check [existing issues](https://github.com/tchapi/davis/issues) and the [Davis roadmap](https://github.com/users/tchapi/projects/1) first to avoid duplicates.
99
1010
- type: textarea
1111
id: problem

0 commit comments

Comments
 (0)