From 8ce32c627b74754f5cd012eb238ce1c5a46d7d7f Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Wed, 3 Jul 2024 08:13:28 +0200 Subject: [PATCH] chore: Update issue templates (#185) --- .../ISSUE_TEMPLATE/{bug_report.md => bug-report.md} | 10 ++++++---- .../{feature_request.md => feature-request.md} | 10 ++++++---- .github/ISSUE_TEMPLATE/other.md | 10 ++++++---- 3 files changed, 18 insertions(+), 12 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug-report.md} (93%) rename .github/ISSUE_TEMPLATE/{feature_request.md => feature-request.md} (85%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 93% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug-report.md index 8792426..217577f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,8 +1,10 @@ --- -Name: Bug report -About: Report a bug -Labels: 'bug' -Assignees: 'Antiz96' +name: Bug Report +about: Report a bug +title: '' +labels: bug +assignees: Antiz96 + --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 85% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature-request.md index 1182c73..84f3b00 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,8 +1,10 @@ --- -Name: Feature request -About: Suggest an idea or a new feature -Labels: 'feature/request' -Assignees: 'Antiz96' +name: Feature Request +about: Suggest an idea or a new feature +title: '' +labels: feature/request +assignees: Antiz96 + --- diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index 8111ef3..3f9eff5 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -1,8 +1,10 @@ --- -Name: Other (General question or feedback) -About: Ask a general question or provide a feedback -Labels: '' -Assignees: 'Antiz96' +name: Other +about: Ask a general question or provide a feedback +title: '' +labels: '' +assignees: Antiz96 + ---