From 95b75de83655d59fb3e2a8bc7cae01919dd376a6 Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Fri, 9 Jun 2023 17:48:59 -0700 Subject: Remove template title text ([BUG], etc.) (#3093) We use labels for this now --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature-request.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ee1a73b..8d39e70 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- name: Bug report about: Report a problem with HDF5 -title: "[BUG]" -labels: bug +title: "" +labels: "" assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 3674881..4a94a75 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,8 +1,8 @@ --- name: Feature request about: Suggest an improvement to HDF5 -title: "[Feature Request]" -labels: enhancement +title: "" +labels: "" assignees: '' --- -- cgit v0.12