From 0f9467c61bab4f2fd53cc627185ab92cad11a838 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Wed, 5 Dec 2018 20:43:36 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++++ .github/ISSUE_TEMPLATE/documentation.md | 4 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 4 ++++ .github/ISSUE_TEMPLATE/question.md | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d7147b39..8eb0be2a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,10 @@ --- name: Bug Report about: Is something not working as expected? +title: '' +labels: '' +assignees: '' + --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ec8b6ff5..87af2524 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,10 @@ --- name: Feature Request about: Want us to add any features to Jekyll? +title: 'feat: ' +labels: feature +assignees: '' + ---