From 85c3c9a92d9465d38505aef75efc71456d25f42b Mon Sep 17 00:00:00 2001
From: Chip Zoller <chipzoller@gmail.com>
Date: Thu, 02 Dec 2021 23:07:15 +0000
Subject: [PATCH] add/update issue templates

---
 .github/ISSUE_TEMPLATE/bug_report.md      |    2 +-
 .github/ISSUE_TEMPLATE/feature_request.md |   21 +++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index f473409..db996af 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -18,4 +18,4 @@
 
 **Desktop (please complete the following information):**
  - OS: [e.g. iOS 14, Windows 10]
- - Browser [e.g. chrome 76, safari 13]
+ - Browser: [e.g. chrome 76, safari 13]
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..e136b59
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,21 @@
+---
+name: Feature Request
+about: Request a feature to Compose.
+title: ''
+labels: ''
+assignees: ''
+---
+
+**I have checked all the prerequisites below and I don't see this is available**
+
+- [ ] Read the README.md
+- [ ] Have the extended version of Hugo installed
+- [ ] Used the exampleSite's config.toml as a reference
+
+**Describe the feature**
+
+A clear and concise description of what the feature is. [REPLACE]
+
+**Desktop (please complete the following information):**
+ - OS: [e.g. iOS 14, Windows 10]
+ - Browser: [e.g. chrome 76, safari 13]

--
Gitblit v1.10.0