22 lines
764 B
YAML
22 lines
764 B
YAML
---
|
|
name: Feature request
|
|
about: File a request for additional feature.
|
|
body:
|
|
- type: textarea
|
|
id: feature-description
|
|
attributes:
|
|
label: Feature description
|
|
placeholder: Describe feature you need.
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: By submitting this issue, you agree to these things
|
|
options:
|
|
- label: I have read the "Submitting issues" section in [CONTRIBUTING.md](https://code.pztrn.name/apps/bunker/src/branch/main/CONTRIBUTING.md) and done everything requested.
|
|
required: true
|
|
- label: I have visited [Telegram chat](https://t.me/bunker_app_chat_eng) and asked for assistance.
|
|
required: true
|