From 713683393330b0fb74d0034ece16247915d1f3cb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 12 Nov 2018 14:17:24 +0100 Subject: Add issue templates and a user support page This will hopefully help directing our users to better user support resources as well as give some relevant advice in issue templates. https://help.github.com/articles/setting-up-your-project-for-healthy-contributions/ Reviewed-by: Nicola Tuveri Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/7623) --- .github/ISSUE_TEMPLATE/bug_report.md | 51 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 32 +++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..c8c919409f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,51 @@ +--- +name: Bug report +about: Report a defect in the software + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..54213b02a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,32 @@ +--- +name: Feature request +about: Propose a feature you would like to see added in the software + +--- + + -- cgit v1.2.3