Browse Source

Add issue template

dds
PaulStoffregen 6 years ago
parent
commit
f191fa9ae7
1 changed files with 58 additions and 0 deletions
  1. +58
    -0
      docs/issue_template.md

+ 58
- 0
docs/issue_template.md View File

@@ -0,0 +1,58 @@
Please use this form only to report code defects or bugs.

For any question, even questions directly pertaining to this code, post your question on the forum.

Teensy: forum.pjrc.com

If you are experiencing trouble but not certain of the cause, or need help using this code, ask on the forum. This is not the place to ask for support or help, even directly related to this code. Only use this form you are certain you have discovered a defect in this code!

Please verify the problem occurs when using the very latest version, using the newest version of Arduino and any other related software.


----------------------------- Remove above -----------------------------



### Description

Describe your problem.



### Steps To Reproduce Problem

Please give detailed instructions needed for anyone to attempt to reproduce the problem.



### Hardware & Software

Board
Shields / modules used
Arduino IDE version
Teensyduino version
Operating system & version
Any other software or hardware?


### Arduino Sketch

```cpp
// Change the code below by your sketch (please try to give the smallest code which demonstrates the problem)
#include <Arduino.h>

// libraries: give links/details so anyone can compile your code for the same result

void setup() {
}

void loop() {
}
```


### Errors or Incorrect Output

If you see any errors or incorrect output, please show it here. Please use copy & paste to give an exact copy of the message. Details matter, so please show (not merely describe) the actual message or error exactly as it appears.



Loading…
Cancel
Save