Update de grbl avec un plus grand buffer et un peu de doc en plus
This commit is contained in:
22
Grbl_Esp32-master/.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
22
Grbl_Esp32-master/.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Use this template to report bugs.
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Please answer the following questions.
|
||||
|
||||
What version of the firmware are you using?
|
||||
|
||||
Is the problem repeatable?
|
||||
|
||||
Under what conditions does the bug occur?
|
||||
|
||||
**Important** If you paste firmware code, please use [Markdown Code and Syntax Highlighting](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code) with language C++. Use the three back tick method.
|
||||
|
||||
```C++
|
||||
#define EASIER_TO_READ true
|
||||
```
|
16
Grbl_Esp32-master/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
16
Grbl_Esp32-master/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Please describe the feature you would like implemented**
|
||||
|
||||
**Why do you think this would improve Grbl_ESP32?**
|
||||
|
||||
**What do you need the feature for?**
|
||||
|
||||
**Will this feature appear to a lot of users?**
|
10
Grbl_Esp32-master/.github/ISSUE_TEMPLATE/general-discussion.md
vendored
Normal file
10
Grbl_Esp32-master/.github/ISSUE_TEMPLATE/general-discussion.md
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
name: General Discussion
|
||||
about: A general topic of interest to the group
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
22
Grbl_Esp32-master/.github/ISSUE_TEMPLATE/problem-compiling-firmware.md
vendored
Normal file
22
Grbl_Esp32-master/.github/ISSUE_TEMPLATE/problem-compiling-firmware.md
vendored
Normal file
@ -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:
|
Reference in New Issue
Block a user