uptime-kuma/.github/ISSUE_TEMPLATE/feature_request.yaml

60 lines
1.9 KiB
YAML
Raw Normal View History

2021-10-24 04:51:47 +00:00
name: 🚀 Feature Request
2021-10-24 04:40:06 +00:00
description: "Submit a proposal for a new feature"
#title: "[Feature] "
2021-11-09 13:31:04 +00:00
labels: [feature-request]
2021-10-24 04:40:06 +00:00
body:
2021-11-02 05:31:19 +00:00
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "⚠️ Please verify that this feature request has NOT been suggested before."
description: "Search in the issues sections by clicking [HERE](https://github.com/louislam/uptime-kuma/issues?q=)"
options:
- label: "I checked and didn't find similar feature request"
required: true
2021-10-24 14:04:56 +00:00
- 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
2021-10-24 04:40:06 +00:00
- type: textarea
id: feature-description
validations:
required: true
attributes:
label: "🔖 Feature description"
description: "A clear and concise description of what the feature request is."
placeholder: "You should add ..."
- type: textarea
id: solution
validations:
required: true
attributes:
label: "✔️ Solution"
description: "A clear and concise description of what you want to happen."
placeholder: "In my use-case, ..."
- type: textarea
id: alternatives
validations:
required: false
attributes:
label: "❓ Alternatives"
description: "A clear and concise description of any alternative solutions or features you've considered."
placeholder: "I have considered ..."
- type: textarea
id: additional-context
validations:
required: false
attributes:
2021-10-27 02:10:48 +00:00
label: "📝 Additional Context"
2021-10-24 04:40:06 +00:00
description: "Add any other context or screenshots about the feature request here."
placeholder: "..."