summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-10 00:48:59 (GMT)
committerGitHub <noreply@github.com>2023-06-10 00:48:59 (GMT)
commit95b75de83655d59fb3e2a8bc7cae01919dd376a6 (patch)
treeacf1444f5f25907da15a322b88fe8974ae5f6312 /.github
parent53ae53905da680c632005825ad7b046521e8c1ec (diff)
downloadhdf5-95b75de83655d59fb3e2a8bc7cae01919dd376a6.zip
hdf5-95b75de83655d59fb3e2a8bc7cae01919dd376a6.tar.gz
hdf5-95b75de83655d59fb3e2a8bc7cae01919dd376a6.tar.bz2
Remove template title text ([BUG], etc.) (#3093)
We use labels for this now
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md4
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.md4
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: ''
---