From d9b8c7237cb0e970bf508613421ee6ba280f8388 Mon Sep 17 00:00:00 2001 From: "Dr. Matthias St. Pierre" Date: Mon, 28 Oct 2019 00:55:29 +0100 Subject: [PATCH] Add a GitHub issue template for documentation issues This template automatically adds the [issue: documentation] label. Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10051) --- .github/ISSUE_TEMPLATE/documentation.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation.md 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 +--- + + -- 2.25.1