aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Add CIFuzz actionLeo Neat2020-03-051-0/+23
| | | | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11140)
* .github/PULL_REQUEST_TEMPLATE.md: Fix link to contributors guideVladimir Panteleev2020-03-051-1/+1
| | | | | | | | | | | The file was converted to Markdown and renamed appropriately in 2e07506a12e126894cd820304465162bc0e732b4. CLA: trivial Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11223)
* doc: convert standard project docs to markdownDr. Matthias St. Pierre2020-02-261-11/+0
| | | | | | | | | In the first step, we just add the .md extension and move some files around, without changing any content. These changes will occur in the following commits. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10545)
* Add a GitHub issue template for documentation issuesDr. Matthias St. Pierre2019-10-301-0/+14
| | | | | | | | 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)
* Add a GitHub issue template for questionsDr. Matthias St. Pierre2019-10-303-2/+60
| | | | | | | | | | | | | | 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)
* github: switch issue templates to new labelsDr. Matthias St. Pierre2019-10-262-2/+2
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10266)
* 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