diff options
author | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2019-10-28 00:55:29 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2019-10-30 17:46:00 +0100 |
commit | d9b8c7237cb0e970bf508613421ee6ba280f8388 (patch) | |
tree | f342de34113723e866724aa178ad12539afc0e7e /.github/ISSUE_TEMPLATE | |
parent | Add a GitHub issue template for questions (diff) | |
download | openssl-d9b8c7237cb0e970bf508613421ee6ba280f8388.tar.xz openssl-d9b8c7237cb0e970bf508613421ee6ba280f8388.zip |
Add a GitHub issue template for documentation issues
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)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/documentation.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000000..a1e61ef86e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,14 @@ +--- +name: Documentation +labels: 'issue: documentation' +about: Report an error in (or missing) documentation +--- + +<!-- +Thank you for taking the time to report a documentation issue. + +Please remember to tell us which OpenSSL version you are using and then +briefly describe the documentation error and where you encountered it +(e.g., in which manual page). If you are missing the documentation for a +certain command or API function, please tell us its name. +--> |