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 + ---