diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 10d4bc9..34718d6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,9 @@ --- name: Bug report about: An error that happens in the plugin. +title: '' +labels: '' +assignees: '' --- @@ -28,4 +31,4 @@ about: An error that happens in the plugin. ### Additional context [Add any other context or screenshots about the feature request here.] -[And Delete the lines in square brackets!] \ No newline at end of file +[And Delete the lines in square brackets!] diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index a7d1956..114d959 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -1,6 +1,9 @@ --- name: Enhancement about: Request a feature or suggest an idea for this project +title: '' +labels: enhancement +assignees: '' --- @@ -16,4 +19,4 @@ about: Request a feature or suggest an idea for this project #### Additional context [Add any other context or screenshots about the feature request here.] -[And Delete the lines in square brackets!] \ No newline at end of file +[And Delete the lines in square brackets!]