From f881251cfe73e15356439658e79d6caec54ee415 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Thu, 03 Dec 2020 16:12:26 +0000
Subject: [PATCH] add PR and issue templates

---
 .github/ISSUE_TEMPLATE/bug_report.md |   21 +++++++++++++++++++++
 .github/pull-request_template.md     |   17 +++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..f473409
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,21 @@
+---
+name: Bug report
+about: Report an issue to help us improve the theme
+title: ''
+labels: ''
+assignees: ''
+---
+
+**I have checked all the prerequisites below and I'm yet experiencing a problem**
+
+- [ ] Read the README.md
+- [ ] Have the extended version of Hugo installed
+- [ ] Used the exampleSite's config.toml as a reference
+
+**Describe the bug**
+
+A clear and concise description of what the bug is. [REPLACE]
+
+**Desktop (please complete the following information):**
+ - OS: [e.g. iOS 14, Windows 10]
+ - Browser [e.g. chrome 76, safari 13]
diff --git a/.github/pull-request_template.md b/.github/pull-request_template.md
new file mode 100644
index 0000000..f605cca
--- /dev/null
+++ b/.github/pull-request_template.md
@@ -0,0 +1,17 @@
+This PR...
+
+## Changes / fixes
+
+-
+
+## Screenshots (if applicable)
+
+(prefer animated gif)
+
+## Checklist
+
+_Ensure you have checked off the following before submitting your PR._
+
+- [ ] tested locally with the [latest release of Hugo](https://github.com/gohugoio/hugo/releases). This requirement is [a standard](https://github.com/gohugoio/hugoThemes#theme-maintenance)
+- [ ] added new dependencies
+- [ ] updated the [docs]() ⚠️

--
Gitblit v1.10.0