diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 20dadf91..ae4ce310 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -81,17 +81,6 @@ body: validations: required: true - - type: textarea - attributes: - label: How can we reproduce it (as minimally and precisely as possible)? - placeholder: | - Example bug report: - 1. Start discovery on MacBook Air - 2. Start advertising on Pixel 7 Pro - 3. Attempt to connect to discovered Pixel - validations: - required: true - - type: textarea attributes: label: Standalone code to reproduce the issue diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 9f7c6d65..0b74044a 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- name: "🤔 Questions and Help" -about: Ask a general question (we may not have time to provide an answer) +about: Ask a general question. labels: ['needs-triage', 'type: question'] ---