diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-11-28 20:44:30 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-11-28 21:28:51 -0600 |
commit | ff39cac355e79b21049ba0ad181c098aebefc313 (patch) | |
tree | 48ed01a00642b24cb24f60959f2a5c40714ea15a /.gitea/issue_template/enhancement-idea.yml | |
parent | 2e4fdc1664e094b38814d760b4c933c3c3450a57 (diff) |
convert issue templates to yaml
also move the templates to .gitea to reflect the migration to Codeberg
Diffstat (limited to '.gitea/issue_template/enhancement-idea.yml')
-rw-r--r-- | .gitea/issue_template/enhancement-idea.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitea/issue_template/enhancement-idea.yml b/.gitea/issue_template/enhancement-idea.yml new file mode 100644 index 0000000..be1bbf2 --- /dev/null +++ b/.gitea/issue_template/enhancement-idea.yml @@ -0,0 +1,9 @@ +name: Enhancement idea +about: Suggest a feature or improvement +title: +labels: + - 'Kind/Feature' +body: + - type: textarea + attributes: + label: Description |