2021-10-23 21:51:47 -07:00
name : 🚀 Feature Request
2021-10-23 21:40:06 -07:00
description : "Submit a proposal for a new feature"
2021-11-04 20:34:50 -07:00
#title: "[Feature] "
2021-11-09 05:31:04 -08:00
labels : [ feature-request]
2021-10-23 21:40:06 -07:00
body :
2024-01-25 14:57:36 -08:00
- type : textarea
id : related-issues
validations :
required : true
2021-11-01 22:31:19 -07:00
attributes :
2024-01-25 14:57:36 -08:00
label : "📑 I have found these related issues/pull requests"
description : "Search related issues by clicking [HERE](https://github.com/louislam/uptime-kuma/issues?q=) and explain what the difference between them or explain that you are unable to find any related issues"
placeholder : "Related to #1 by also touching the ... system. They should not be merged because ..."
2021-10-24 07:04:56 -07:00
- type : dropdown
id : feature-area
attributes :
label : "🏷️ Feature Request Type"
description : "What kind of feature request is this?"
multiple : true
options :
2024-01-25 14:57:36 -08:00
- API / automation options
- New notification-provider
- Change to existing notification-provider
- New monitor
- Change to existing monitor
- Dashboard
- Status-page
- Maintenance
- Deployment
- Certificate expiry
- Settings
2021-10-24 07:04:56 -07:00
- Other
validations :
required : true
2021-10-23 21:40:06 -07: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-26 19:10:48 -07:00
label : "📝 Additional Context"
2021-10-23 21:40:06 -07:00
description : "Add any other context or screenshots about the feature request here."
placeholder : "..."