From: Richard Levitte Date: Mon, 12 Nov 2018 13:17:24 +0000 (+0100) Subject: Add issue templates and a user support page X-Git-Tag: openssl-3.0.0-alpha1~2905 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=713683393330b0fb74d0034ece16247915d1f3cb 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) --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..0205927ad0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,27 @@ + 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 + +--- + + diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md new file mode 100644 index 0000000000..b51dfce92f --- /dev/null +++ b/.github/SUPPORT.md @@ -0,0 +1,11 @@ +OpenSSL User Support resources +============================== + +For *questions* on how to use OpenSSL or what went wrong when you +tried something, our primary resource is the mailing list +openssl-users@openssl.org, where you can get help from others in the +OpenSSL community (which includes the developers as time permits). + +Only subscribers can post to openssl-users@openssl.org (although the +archives are public). +For more information, see https://www.openssl.org/community/mailinglists.html