From 930c73cfcd86dc52340a03d5dad7c37ad8fe5584 Mon Sep 17 00:00:00 2001 From: bdring Date: Sun, 1 Sep 2019 19:14:30 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 10 +++++++++ .../problem-compiling-firmware.md | 22 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/problem-compiling-firmware.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..48d5f81f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/problem-compiling-firmware.md b/.github/ISSUE_TEMPLATE/problem-compiling-firmware.md new file mode 100644 index 00000000..0cb8a232 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/problem-compiling-firmware.md @@ -0,0 +1,22 @@ +--- +name: Problem Compiling Firmware +about: Use this template to submit compiling issues +title: Problems Compiling Firmware +labels: help wanted +assignees: '' + +--- + +Please answer the following questions: + +Have you read the [wiki regarding how to compile](https://github.com/bdring/Grbl_Esp32/wiki/Compiling-the-firmware)? + +What version of the Arduino IDE are you using? + +What version (commit date) of the [Arduino core for the ESP32](https://github.com/espressif/arduino-esp32) are you using? + +Are you using the master branch of Grbl_ESP32? + +Have you made any edits or configuration changes (list them) to the firmware? + +Please paste the compiler error text here: