From b5b66b271c0951a3a14ea086e15040258b1ea968 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 22 Sep 2019 14:42:52 +0200 Subject: [PATCH] Add default title for doc-issues --- .github/ISSUE_TEMPLATE/documentation-issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/documentation-issue.md b/.github/ISSUE_TEMPLATE/documentation-issue.md index 200676bf5e..bffee8dfb5 100644 --- a/.github/ISSUE_TEMPLATE/documentation-issue.md +++ b/.github/ISSUE_TEMPLATE/documentation-issue.md @@ -1,7 +1,7 @@ --- name: Documentation issue about: Documentation problems and suggestions -title: '' +title: '[Documentation] Enter a brief description here' labels: documentation assignees: ''