mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-08 10:06:22 -05:00
issue-template: feature: use yaml instead
This commit is contained in:
parent
7982433c71
commit
cf65ad49e8
2 changed files with 26 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
name: 'Feature request'
|
||||
about: 'Request a new feature'
|
||||
title: '[FEAT] '
|
||||
labels:
|
||||
- enhancement
|
||||
---
|
||||
|
||||
Please search the man page (`foot.ini(5)` and `foot(1)`); maybe the
|
||||
feature already exists?
|
||||
|
||||
If the feature does not exist in your installed version of foot,
|
||||
please check the **latest** version of foot; maybe the feature has
|
||||
already been added?
|
||||
|
||||
Please describe your feature request in as much details as
|
||||
possible. Describe your use case. Explain why the existing feature set
|
||||
is not sufficient. Foot is (trying to be) a minimalistic terminal
|
||||
emulator; explain how your desired feature does not add bloat.
|
||||
26
.forgejo/issue_template/issue_template.yaml
Normal file
26
.forgejo/issue_template/issue_template.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
name: Feature Request
|
||||
description: Request a new feature
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please search the man page (`foot.ini(5)` and `foot(1)`);
|
||||
maybe the feature already exists?
|
||||
|
||||
If the feature does not exist in your installed version of
|
||||
foot, please check the **latest** version of foot; maybe the
|
||||
feature has already been added?
|
||||
|
||||
Please describe your feature request in as much details as
|
||||
possible. Describe your use case. Explain why the existing
|
||||
feature set is not sufficient. Foot is (trying to be) a
|
||||
minimalistic terminal emulator; explain how your desired
|
||||
feature does not add bloat.
|
||||
- type: textarea
|
||||
id: request
|
||||
attributes:
|
||||
label: Describe your feature request
|
||||
validations:
|
||||
required: true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue