From 17a5aa2dc84f6da841424237d630e8c5088da076 Mon Sep 17 00:00:00 2001 From: Jake Date: Sun, 19 May 2019 20:21:30 -0700 Subject: [PATCH] Add issue templates. (#31) --- .github/ISSUE_TEMPLATE/bug-report.md | 40 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 12 +++++++ 2 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..6749a4e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,40 @@ +--- +name: 🐛 Bug Report +about: Report a bug in the project. +--- + +
+System Information + + + +| Name | Value | +| --------------- | -------------------------------------------------------------- | +| OS | Mac/Windows/Linux | +| Node Version | | +| Project Version | | + +
+ +
+What is the current behavior? + + +
+ +
+What is the expected behavior? + + +
+ +
+Logs + + + +``` + +``` + +
diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..a70bf00 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,12 @@ +--- +name: ✨ Feature Request +about: Request a new feature. +--- + +# What feature should be added? + + + +# Why should this feature be added? + +