aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Auto add a label depending on the type of issue they report.Kurt Roeckx2019-07-162-0/+2
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> GH: #9319
* Remove markdown links from HTML comments in issue templatesRichard Levitte2018-11-133-6/+6
| | | | | | | | 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)
* Add issue templates and a user support pageRichard Levitte2018-11-134-0/+121
| | | | | | | | | | | 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)
* Remind people to have 'Fixes #XXXX' in the commit messageRichard Levitte2017-04-021-1/+3
| | | | | | | | 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)
* Fixup the github pull request templateRichard Levitte2017-04-021-7/+3
| | | | | | | | | 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)
* Don't need the checkbox; the hook does itRich Salz2017-01-281-1/+0
| | | | Reviewed-by: Kurt Roeckx <kurt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2317)
* Add a github pull request templateKurt Roeckx2016-10-221-0/+17
Reviewed-by: Richard Levitte <levitte@openssl.org> GH: #1770