mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 17:34:24 +08:00
Changes based on PR requests
This commit is contained in:
16
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
16
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@@ -1,8 +1,22 @@
|
||||
name: 🚀 Feature Request
|
||||
description: "Submit a proposal for a new feature"
|
||||
title: "[Feature]: "
|
||||
title: "[Feature]: <title>"
|
||||
labels: [enhancement]
|
||||
body:
|
||||
- type: dropdown
|
||||
id: feature-area
|
||||
attributes:
|
||||
label: "🏷️ Feature Request Type"
|
||||
description: "What kind of feature request is this?"
|
||||
multiple: true
|
||||
options:
|
||||
- API
|
||||
- New Notification
|
||||
- New Monitor
|
||||
- UI Feature
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: feature-description
|
||||
validations:
|
||||
|
Reference in New Issue
Block a user