diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5d51e809..de378e36 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: "[BUG]" +title: '' labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/cleanup-request.md b/.github/ISSUE_TEMPLATE/cleanup-request.md index a6df88ee..1469c356 100644 --- a/.github/ISSUE_TEMPLATE/cleanup-request.md +++ b/.github/ISSUE_TEMPLATE/cleanup-request.md @@ -1,7 +1,7 @@ --- name: Cleanup request about: Ask for some code refactoring -title: "[CLEANUP]" +title: '' labels: cleanup assignees: '' diff --git a/.github/ISSUE_TEMPLATE/new-feature.md b/.github/ISSUE_TEMPLATE/new-feature.md index e6953bea..3cf60126 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.md +++ b/.github/ISSUE_TEMPLATE/new-feature.md @@ -1,7 +1,7 @@ --- name: New feature about: Suggest an idea for this project -title: "[FEATURE]" +title: '' labels: enhancement assignees: ''