diff --git a/.github/ISSUE_TEMPLATE/01_bugs.md b/.github/ISSUE_TEMPLATE/01_bugs.md index 3e38afd..f963dec 100644 --- a/.github/ISSUE_TEMPLATE/01_bugs.md +++ b/.github/ISSUE_TEMPLATE/01_bugs.md @@ -1,7 +1,6 @@ --- name: "\U0001F6A8 Bug Report" about: Did you come across a bug or unexpected behaviour differing from the docs? -title: "[BUG] Your Title Here" labels: bug --- diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.md b/.github/ISSUE_TEMPLATE/02_feature_request.md index ba42526..244466b 100644 --- a/.github/ISSUE_TEMPLATE/02_feature_request.md +++ b/.github/ISSUE_TEMPLATE/02_feature_request.md @@ -1,7 +1,6 @@ --- name: "\U0001F381 Feature Request" about: Do you have an idea for a new feature? -title: "[REQ] Your Title Here" labels: feature request --- diff --git a/.github/ISSUE_TEMPLATE/03_enhancement.md b/.github/ISSUE_TEMPLATE/03_enhancement.md index 7fb8615..2d45857 100644 --- a/.github/ISSUE_TEMPLATE/03_enhancement.md +++ b/.github/ISSUE_TEMPLATE/03_enhancement.md @@ -1,7 +1,6 @@ --- name: "\u23F1\uFE0F Enhancement Request" about: Do you have an idea for an enhancement? -title: "[ENH] Your Title Here" labels: enhancement --- diff --git a/.github/ISSUE_TEMPLATE/04_questions.md b/.github/ISSUE_TEMPLATE/04_questions.md index c805cd5..ae8a5d1 100644 --- a/.github/ISSUE_TEMPLATE/04_questions.md +++ b/.github/ISSUE_TEMPLATE/04_questions.md @@ -1,7 +1,6 @@ --- name: "\U00002753 Questions?" about: If you have *specific* questions about pieces of the code or documentation for this component, please post them here. -title: "[QUE] Your Title Here" labels: question --- diff --git a/.github/ISSUE_TEMPLATE/05_other.md b/.github/ISSUE_TEMPLATE/05_other.md index 0909c88..ff388a2 100644 --- a/.github/ISSUE_TEMPLATE/05_other.md +++ b/.github/ISSUE_TEMPLATE/05_other.md @@ -1,7 +1,6 @@ --- name: "\U0001F4AC Anything else?" about: For conceptual questions, please consider to open an issue in the documentation repository. -title: "[OTH] Your Title Here" ---