mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-02 03:26:03 +01:00
🧑💻 Adds back label & idiot check
This commit is contained in:
11
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
11
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: ✨ Feature Request
|
name: ✨ Feature Request
|
||||||
description: Request a feature to help improve Homarr!
|
description: Request a feature to help improve Homarr!
|
||||||
title: '<title>'
|
title: '<title>'
|
||||||
|
labels: ['✨ Feature']
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature
|
id: feature
|
||||||
@@ -21,3 +22,13 @@ body:
|
|||||||
- High (App breaking feature)
|
- High (App breaking feature)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: idiot-check
|
||||||
|
attributes:
|
||||||
|
label: Please tick the boxes
|
||||||
|
description: Before submitting, please ensure that
|
||||||
|
options:
|
||||||
|
- label: You've read the [docs](https://github.com/ajnart/homarr#readme)
|
||||||
|
required: true
|
||||||
|
- label: You've checked for [duplicate issues](https://github.com/ajnart/homarr/issues)
|
||||||
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user