github: convert issue templates to forms

This commit is contained in:
Henrik Grimler
2021-08-17 09:48:43 +02:00
parent cac9a769c0
commit 23d2c1f0e9
5 changed files with 64 additions and 57 deletions

View 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