From 445e3693dfdabb25e3196923de927820296c02f5 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Mon, 31 Dec 2018 14:49:23 -0500 Subject: [PATCH] Update issue template --- ISSUE_TEMPLATE/bug_report.md | 13 +++++++++++++ ISSUE_TEMPLATE/feature_request.md | 11 +++++++++++ 2 files changed, 24 insertions(+) create mode 100644 ISSUE_TEMPLATE/bug_report.md create mode 100644 ISSUE_TEMPLATE/feature_request.md diff --git a/ISSUE_TEMPLATE/bug_report.md b/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..74dd1e7e8 --- /dev/null +++ b/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,13 @@ +--- +name: Report a bug +about: if something isn't working right. +--- + + +**What is your Quests version / build number (do _not_ say "latest")?** + +**Describe the problem and how to replicate it. Any console errors to post _using Pastebin.com_?** + +**If applicable, can you provide an example quest from quests.yml _using Pastebin.com_?** diff --git a/ISSUE_TEMPLATE/feature_request.md b/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..7c2783138 --- /dev/null +++ b/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: Suggest a feature +about: once you know all the details. +--- + + +**What does your feature do?** + +**How would people use it?** \ No newline at end of file