diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9d1aefafbde..9b3a9b1c876 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,11 +1,15 @@ --- name: Bug report about: Create a report to help us improve +title: '' +labels: '' +assignees: '' --- **Describe the bug** A clear and concise description of what the bug is. +Please provide a full traceback of the error that you received (if any), regardless of how long it is. The full stack trace is important for us to be able to help you. **To Reproduce** Steps to reproduce the behavior diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920a2..bbcbbe7d615 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 for this project +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index b506c8aa2ac..3e868f6d0e0 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,9 @@ --- name: Question about: Ask about something you don't understand +title: '' +labels: '' +assignees: '' ---