From 4b5870208ae2e909d994f4007865f5cab8916e31 Mon Sep 17 00:00:00 2001 From: Ryan Treat Date: Fri, 7 Aug 2020 10:17:26 -0700 Subject: [PATCH] Added ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/ask_a_question.md | 15 ++++++++++++ .github/ISSUE_TEMPLATE/report_a_bug.md | 30 ++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ask_a_question.md create mode 100644 .github/ISSUE_TEMPLATE/report_a_bug.md diff --git a/.github/ISSUE_TEMPLATE/ask_a_question.md b/.github/ISSUE_TEMPLATE/ask_a_question.md new file mode 100644 index 0000000..ecaf139 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ask_a_question.md @@ -0,0 +1,15 @@ +--- +name: Ask a question +about: How can we help you? + +--- + +Please send your questions about setup and general usage to opensource@venafi.com rather +than creating GitHub issues. + +The Venafi team is constantly monitoring the opensource@venafi.com inbox so you'll generally +receive a faster response with more detail than if you were to post an issue here on GitHub. +It also allows for you to share information that you might not be comfortable sharing in a +public forum. + +Thanks! diff --git a/.github/ISSUE_TEMPLATE/report_a_bug.md b/.github/ISSUE_TEMPLATE/report_a_bug.md new file mode 100644 index 0000000..05b287d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report_a_bug.md @@ -0,0 +1,30 @@ +--- +name: Report a bug +about: Let us know what isn't working right! + +--- + + + +**PROBLEM SUMMARY** + + +**STEPS TO REPRODUCE** + + +**EXPECTED RESULTS** + + +**ACTUAL RESULTS** + + +**ENVIRONMENT DETAILS** + + +**COMMENTS/WORKAROUNDS** + \ No newline at end of file