mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-05 08:18:17 +00:00
* chore: add prettier configuration Signed-off-by: Xe Iaso <me@xeiaso.net> * format: run prettier tree-wide Signed-off-by: Xe Iaso <me@xeiaso.net> * chore(prettier): ignore intentionally ungrammatical files Signed-off-by: Xe Iaso <me@xeiaso.net> * ci: add PR title lint rule Signed-off-by: Xe Iaso <me@xeiaso.net> * ci: add DCO check Signed-off-by: Xe Iaso <me@xeiaso.net> * chore: add commitlint and husky Signed-off-by: Xe Iaso <me@xeiaso.net> * chore: add CONTRIBUTING guidelines Signed-off-by: Xe Iaso <me@xeiaso.net> * chore: set SKIP_INTEGRATION in precommit tests Signed-off-by: Xe Iaso <me@xeiaso.net> * chore: update spelling Signed-off-by: Xe Iaso <me@xeiaso.net> * ci(dco): remove reopened trigger Signed-off-by: Xe Iaso <me@xeiaso.net> * chore: remove dead file Signed-off-by: Xe Iaso <me@xeiaso.net> * chore(prettier): don't format nginx includes Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
name: Feature request
|
|
description: Suggest an idea for this project
|
|
title: "[Feature request] "
|
|
|
|
body:
|
|
- type: textarea
|
|
id: description-of-bug
|
|
attributes:
|
|
label: Is your feature request related to a problem? Please describe.
|
|
description: A clear and concise description of what the problem is that made you submit this report.
|
|
placeholder: I am always frustrated, when...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: description-of-solution
|
|
attributes:
|
|
label: Solution you would like.
|
|
description: A clear and concise description of what you want to happen.
|
|
placeholder: Instead of behaving like this, there should be...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Describe alternatives you have considered.
|
|
description: A clear and concise description of any alternative solutions or features you have considered.
|
|
placeholder: Another workaround that would work, is...
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context (such as mock-ups, proof of concepts or screenshots) about the feature request here.
|
|
validations:
|
|
required: false
|