From a7fc1ab541584fe0736cd0e493a181b0b51c7b7a Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 1 Mar 2019 21:52:19 +0100 Subject: [PATCH] Update issue templates Improve comment with instructions. --- .github/ISSUE_TEMPLATE/Bug_report.md | 6 ++++-- .github/ISSUE_TEMPLATE/Feature_request.md | 3 +++ .github/ISSUE_TEMPLATE/Question.md | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 5397df5f..23450831 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,14 +1,16 @@ --- name: Bug Report about: Create a report to help us improve +title: '' +labels: '' +assignees: '' --- Details for the issue diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index edea571c..e7ee8498 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,6 +1,9 @@ --- name: Feature Request about: Suggest an idea or request a new feature +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md index b14c391a..0770c54d 100644 --- a/.github/ISSUE_TEMPLATE/Question.md +++ b/.github/ISSUE_TEMPLATE/Question.md @@ -1,6 +1,9 @@ --- name: Question about: Ask a question related to this project or SQLite in general +title: '' +labels: '' +assignees: '' ---