From 6c900927177ff9ba5902072d50ce33d5e9068e88 Mon Sep 17 00:00:00 2001 From: Matt Wright <90232532+miwright2@users.noreply.github.com> Date: Thu, 29 Sep 2022 14:33:04 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 30 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 38 ---------------------------- 2 files changed, 30 insertions(+), 38 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..48249d1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,30 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: Add a descriptive title +labels: bug +assignees: '' + +--- + +**Description** +_Please provide a summary of the issue and the system components involved (e.g., probe, timer, app, etc.)._ + +**Expected Behavior** +_Please provide a clear description of what you expected to happen._ + +**Steps to Reproduce** +_Please list possible steps to reproduce the issue._ + +**Additional Data** +_Please attach data files to help explain the problem: pictures of the cook or set up, pictures of the issue on hardware, CSV temperature data, screenshots of the issue or data plots, related specs, etc._ + +**Configuration** +_Please complete the following, as applicable, to describe the overall configuration._ + - Probe: [FW version, HW revision, N/A] + - Timer: [FW version, HW revision, N/A] + - App: [App version, N/A] + - Phone: [Operating System, OS version, make and model, N/A] + +**Additional Context** +_Please add any other context about the problem here._ diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea7..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -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. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here.