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: '' ---