mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-30 13:02:20 +00:00
Renamed and Updated: Rename bug_report.yaml to bug_report.yml and adjust label
- Renamed the file `bug_report.yaml` to `bug_report.yml` for consistency with standard YAML file extensions. - Changed the label from `P2-moderate` to `P2-medium` in the file for better alignment with naming conventions. renamed: .github/ISSUE_TEMPLATE/bug_report.yaml -> .github/ISSUE_TEMPLATE/bug_report.yml
This commit is contained in:
parent
e00f6a4d06
commit
3ad2e4b304
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
name: "🐛 Bug Report"
|
||||
description: "Submit a bug report to help us improve"
|
||||
#title: "[Bug] "
|
||||
labels: ["bug", "P2-moderate"]
|
||||
labels: ["bug", "P2-medium"]
|
||||
body:
|
||||
- type: "markdown"
|
||||
attributes:
|
Loading…
Add table
Reference in a new issue