Add issue templates and a user support page
authorRichard Levitte <levitte@openssl.org>
Mon, 12 Nov 2018 13:17:24 +0000 (14:17 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 13 Nov 2018 15:58:06 +0000 (16:58 +0100)
commit713683393330b0fb74d0034ece16247915d1f3cb
tree878d04352b3684445de1baeceac9876b041e6494
parenta51c9f637cdef7926d8a8991365e4b58975346db
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 <nic.tuv@gmail.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7623)
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]
.github/SUPPORT.md [new file with mode: 0644]