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