From 3fd1953143ac6243d9f35f0b339394bb70b168be Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Fri, 12 Jul 2019 16:13:36 -0400 Subject: [PATCH] Fix all the templates [skip ci] Thanks a lot, GitHub... --- .github/ISSUE_TEMPLATE/------question.md | 82 -------------- .github/ISSUE_TEMPLATE/---bug.md | 102 ------------------ .../---feature-or-enhancement.md | 71 ------------ .github/ISSUE_TEMPLATE/Bug_report.md | 102 ------------------ .github/ISSUE_TEMPLATE/{--bug.md => bug.md} | 2 +- ...e_request.md => feature-or-enhancement.md} | 2 +- .../{-----question.md => question.md} | 2 +- 7 files changed, 3 insertions(+), 360 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/------question.md delete mode 100644 .github/ISSUE_TEMPLATE/---bug.md delete mode 100644 .github/ISSUE_TEMPLATE/---feature-or-enhancement.md delete mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md rename .github/ISSUE_TEMPLATE/{--bug.md => bug.md} (99%) rename .github/ISSUE_TEMPLATE/{Feature_request.md => feature-or-enhancement.md} (98%) rename .github/ISSUE_TEMPLATE/{-----question.md => question.md} (98%) diff --git a/.github/ISSUE_TEMPLATE/------question.md b/.github/ISSUE_TEMPLATE/------question.md deleted file mode 100644 index fb540b98..00000000 --- a/.github/ISSUE_TEMPLATE/------question.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -name: "\U0001F64Bโ€โ™€๏ธ Question" -about: Ask a question about Mithril -title: '' -labels: question -assignees: '' - ---- - - - -**Mithril version:** - - -**Browser and OS:** - - -**Project:** - -## Code - -```javascript -// Code -``` - -## Expected Behavior - - -## Current Behavior - - -## Steps to Reproduce - -1. -2. -3. -4. - -## Context - diff --git a/.github/ISSUE_TEMPLATE/---bug.md b/.github/ISSUE_TEMPLATE/---bug.md deleted file mode 100644 index d0b4af49..00000000 --- a/.github/ISSUE_TEMPLATE/---bug.md +++ /dev/null @@ -1,102 +0,0 @@ ---- -name: "\U0001F41B Bug" -about: Report a bug in Mithril -title: '' -labels: bug -assignees: isiahmeadows - ---- - - - -**Mithril version:** - - -**Browser and OS:** - - -**Project:** - -## Code - -```javascript -// Code -``` - -## Steps to Reproduce - -1. -2. -3. -4. - -## Expected Behavior - - -## Current Behavior - - -## Context - diff --git a/.github/ISSUE_TEMPLATE/---feature-or-enhancement.md b/.github/ISSUE_TEMPLATE/---feature-or-enhancement.md deleted file mode 100644 index 1e69d383..00000000 --- a/.github/ISSUE_TEMPLATE/---feature-or-enhancement.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -name: "\U0001F680 Feature or Enhancement" -about: Suggest an idea or feature for Mithril -title: '' -labels: enhancement -assignees: isiahmeadows - ---- - - - -**Mithril version:** - - -**Browser and OS:** - - -**Project:** - - -**Is this something you're interested in implementing yourself?** - -### Description - - -### Why - - -### Possible Implementation - - -### Open Questions - diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md deleted file mode 100644 index 843d1e1c..00000000 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ /dev/null @@ -1,102 +0,0 @@ ---- -name: "\U0001F41BBug report" -about: Report a bug in Mithril -title: '' -labels: bug -assignees: isiahmeadows - ---- - - - -**Mithril version:** - - -**Browser and OS:** - - -**Project:** - -## Code - -```javascript -// Code -``` - -## Steps to Reproduce - -1. -2. -3. -4. - -## Expected Behavior - - -## Current Behavior - - -## Context - diff --git a/.github/ISSUE_TEMPLATE/--bug.md b/.github/ISSUE_TEMPLATE/bug.md similarity index 99% rename from .github/ISSUE_TEMPLATE/--bug.md rename to .github/ISSUE_TEMPLATE/bug.md index 2a248ee6..219dac12 100644 --- a/.github/ISSUE_TEMPLATE/--bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,5 +1,5 @@ --- -name: "\U0001F41BBug" +name: "๐Ÿ› Bug" about: Report a bug in Mithril title: '' labels: bug diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/feature-or-enhancement.md similarity index 98% rename from .github/ISSUE_TEMPLATE/Feature_request.md rename to .github/ISSUE_TEMPLATE/feature-or-enhancement.md index ae840348..873905a7 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature-or-enhancement.md @@ -1,5 +1,5 @@ --- -name: "\U0001F680Feature or Enhancement" +name: "๐Ÿš€ Feature or Enhancement" about: Suggest an idea or feature for Mithril title: '' labels: enhancement diff --git a/.github/ISSUE_TEMPLATE/-----question.md b/.github/ISSUE_TEMPLATE/question.md similarity index 98% rename from .github/ISSUE_TEMPLATE/-----question.md rename to .github/ISSUE_TEMPLATE/question.md index 6320a5c2..09ea06b7 100644 --- a/.github/ISSUE_TEMPLATE/-----question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,5 +1,5 @@ --- -name: "\U0001F64Bโ€โ™€๏ธQuestion" +name: "๐Ÿ™‹โ€โ™€๏ธ Question" about: Ask a question about Mithril title: '' labels: question