Louis Lam
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
9 deletions
-
.github/ISSUE_TEMPLATE/feature_request.yaml
|
|
@ -1,8 +1,16 @@ |
|
|
|
name: 🚀 Feature Request |
|
|
|
description: "Submit a proposal for a new feature" |
|
|
|
title: "[Feature]: <title>" |
|
|
|
title: "[Feature] " |
|
|
|
labels: [enhancement] |
|
|
|
body: |
|
|
|
- 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 |
|
|
|
- type: dropdown |
|
|
|
id: feature-area |
|
|
|
attributes: |
|
|
@ -49,11 +57,3 @@ body: |
|
|
|
label: "📝 Additional Context" |
|
|
|
description: "Add any other context or screenshots about the feature request here." |
|
|
|
placeholder: "..." |
|
|
|
- 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 |
|
|
|