From ebf87cc581f34c2d94656bad8482ffa83e65bba2 Mon Sep 17 00:00:00 2001 From: Nick Bourdakos Date: Wed, 22 Mar 2023 14:37:33 -0700 Subject: [PATCH] Update issue template PiperOrigin-RevId: 518676538 --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 ----------- .github/ISSUE_TEMPLATE/question.md | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) 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'] ---