0
0
mirror of https://github.com/termux/proot-distro.git synced 2024-11-13 15:09:19 +00:00
proot-distro/.github/ISSUE_TEMPLATE/02-feature-request.yml
2021-09-26 11:17:41 +03:00

18 lines
1003 B
YAML

name: "Feature request"
description: "Request a new functionality"
title: "[Feature]: "
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Check the [Functionality overview](https://github.com/termux/proot-distro#functionality-overview) section of readme document to ensure that new feature would not interfere with already existing ones. PRoot Distro has a blackbox-like design style and never supposed to be highly configurable. Requests for excessive functionality (that can be achieved through already existing) or plug-in format extensions that would allow significantly modifying runtime behavior would be rejected.
To submit a request of a new feature, fill the form below. Be patient, do not expect that feature will get added immediately.
- type: textarea
attributes:
label: Feature description
description: A clear and concise description of a feature you would like to see in `proot-distro`.
validations:
required: true