Add a GitHub issue template for documentation issues
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Sun, 27 Oct 2019 23:55:29 +0000 (00:55 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Wed, 30 Oct 2019 16:46:00 +0000 (17:46 +0100)
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)

.github/ISSUE_TEMPLATE/documentation.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md
new file mode 100644 (file)
index 0000000..a1e61ef
--- /dev/null
@@ -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.
+-->