From ff39cac355e79b21049ba0ad181c098aebefc313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?= Date: Tue, 28 Nov 2023 20:44:30 -0600 Subject: [PATCH] convert issue templates to yaml also move the templates to .gitea to reflect the migration to Codeberg --- .gitea/issue_template/bug_report.yml | 27 ++++++++++++++++++++++ .gitea/issue_template/enhancement-idea.yml | 9 ++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 17 -------------- .github/ISSUE_TEMPLATE/enhancement-idea.md | 10 -------- 4 files changed, 36 insertions(+), 27 deletions(-) create mode 100644 .gitea/issue_template/bug_report.yml create mode 100644 .gitea/issue_template/enhancement-idea.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/enhancement-idea.md diff --git a/.gitea/issue_template/bug_report.yml b/.gitea/issue_template/bug_report.yml new file mode 100644 index 0000000..1ec1cf0 --- /dev/null +++ b/.gitea/issue_template/bug_report.yml @@ -0,0 +1,27 @@ +name: Bug Report +about: Something in dwl isn't working correctly +title: +labels: + - 'Kind/Bug' +body: + - type: markdown + attributes: + value: | + Only report bugs that can be reproduced on the main (or wlroots-next) branch + Report patch issues to their respective authors + - type: input + id: dwl_version + attributes: + label: dwl version + placeholder: '`dwl -v`' + validations: + required: true + - type: input + id: wlroots_version + attributes: + label: wlroots version + validations: + required: true + - type: textarea + attributes: + label: Description 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 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index cd9bd8d..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Bug report -about: Something in dwl isn't working correctly -title: '' -labels: 'A: bug' -assignees: '' - ---- - -## Info -dwl version: -wlroots version: -## Description - diff --git a/.github/ISSUE_TEMPLATE/enhancement-idea.md b/.github/ISSUE_TEMPLATE/enhancement-idea.md deleted file mode 100644 index 0ac096d..0000000 --- a/.github/ISSUE_TEMPLATE/enhancement-idea.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Enhancement idea -about: Suggest a feature or improvement -title: '' -labels: 'A: enhancement' -assignees: '' - ---- - -