mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
github: convert issue templates to forms
This commit is contained in:
19
.github/ISSUE_TEMPLATE/02-feature-request.yml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/02-feature-request.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: "Feature request"
|
||||
description: "Suggest a new feature for Termux application"
|
||||
title: "[Feature]: "
|
||||
labels: ["feature request"]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Feature description
|
||||
description: Describe the feature and why you want it.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: |
|
||||
Does another app/terminal emulator have this feature?
|
||||
Provide links to more background information.
|
||||
validations:
|
||||
required: true
|
Reference in New Issue
Block a user