summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2019-10-30Add a GitHub issue template for documentation issuesDr. Matthias St. Pierre
This template automatically adds the [issue: documentation] label. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10051)
2019-10-30Add a GitHub issue template for questionsDr. Matthias St. Pierre
Actually, we would rather see general questions posted to the openssl-users mailing list. But habits have changed and more and more users ask questions on GitHub. Many of them are currently tagged as bug reports or feature requests, because there is no appropriate template for questions. This commit adds the missing template. This template automatically adds the [issue: question] label. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10051)
2019-10-26github: switch issue templates to new labelsDr. Matthias St. Pierre
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10266)
2019-07-16Auto add a label depending on the type of issue they report.Kurt Roeckx
Reviewed-by: Richard Levitte <levitte@openssl.org> GH: #9319
2018-11-13Remove markdown links from HTML comments in issue templatesRichard Levitte
HTML comments aren't rendered, so markdown link syntax is irrelevant inside them, and more confusing than useful. Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/7632)
2018-11-13Add issue templates and a user support pageRichard Levitte
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)
2017-04-02Remind people to have 'Fixes #XXXX' in the commit messageRichard Levitte
It's of course also possible to just add them to the PR description, but having these lines in the commit messages provide better automation. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3104)
2017-04-02Fixup the github pull request templateRichard Levitte
When creating a single commit PR, github will now automatically include the commit comment first in the pull request description, and add the template content last. That makes the description section at the end useless. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3104)
2017-01-28Don't need the checkbox; the hook does itRich Salz
Reviewed-by: Kurt Roeckx <kurt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2317)
2016-10-22Add a github pull request templateKurt Roeckx
Reviewed-by: Richard Levitte <levitte@openssl.org> GH: #1770