forgejo: better names for templates

This commit is contained in:
Daniel Eklöf 2025-02-10 12:58:35 +01:00
parent 26acf41d13
commit fce755aafe
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 0 additions and 0 deletions

View 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