diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 07715c24..1341bbea 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,8 +1,6 @@ name: Bug report -about: Create a report to help us improve -title: '' +description: Create a report to help us improve labels: [ 'bug' ] -assignees: '' body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 96fe41a2..82483de6 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,8 +1,6 @@ name: Feature request -about: Suggest an idea for this project -title: '' -labels: ['enhancement', 'suggestion'] -assignees: '' +description: Suggest an idea for this project +labels: [ 'enhancement', 'suggestion' ] body: - type: textarea attributes: