mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 03:09:19 +01:00
* fix(deps): update dependency prettier to ^3.2.5 * fix: formatting * fix: formatting * fix: formatting --------- Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
29 lines
1.2 KiB
YAML
29 lines
1.2 KiB
YAML
# This template is heavily inspired by the Next.js's template:
|
|
# See here: https://github.com/vercel/next.js/blob/canary/.github/ISSUE_TEMPLATE/3.feature_request.yml
|
|
|
|
name: 🛠 Feature Request
|
|
description: Create a feature request for the core packages
|
|
title: "feat: "
|
|
labels: ["✨ enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to file a feature request. Please fill out this form as completely as possible.
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the feature you'd like to request
|
|
description: Please describe the feature as clear and concise as possible. Remember to add context as to why you believe this feature is needed.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the solution you'd like to see
|
|
description: Please describe the solution you would like to see. Adding example usage is a good way to provide context.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional information
|
|
description: Add any other information related to the feature here. If your feature request is related to any issues or discussions, link them here.
|