From ff39cac355e79b21049ba0ad181c098aebefc313 Mon Sep 17 00:00:00 2001 From: Leonardo Hernández Hernández Date: Tue, 28 Nov 2023 20:44:30 -0600 Subject: convert issue templates to yaml also move the templates to .gitea to reflect the migration to Codeberg --- .github/ISSUE_TEMPLATE/bug_report.md | 17 ----------------- .github/ISSUE_TEMPLATE/enhancement-idea.md | 10 ---------- 2 files changed, 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/enhancement-idea.md (limited to '.github') 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: '' - ---- - - -- cgit v1.2.3