Create ISSUE_TEMPLATE.md (#282)

This commit is contained in:
Rotzbua
2017-02-22 14:51:25 +01:00
committed by GitHub
parent 3f9d6705a4
commit aa9ac9edf0

39
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,39 @@
### Step 1: Are you in the right place?
GitHub issues only for **bugs** or **improvements** of the library. All other topics, e.g. hardware/programming, will be closed.
For general support from the community, see [Arduino Forum](https://forum.arduino.cc/) or [StackOverflow](https://stackoverflow.com/questions/tagged/mifare).
### Step 2: Describe your environment
* OS version: _____
* Arduino IDE version: _____
* MFRC522 Library version: _____
* Arduino device: _____
* MFRC522 device: _____
### Step 3: Describe the problem
#### Affected file(s) or example(s):
* Filename 1
* Filename 2
#### Steps to reproduce:
1. _____
2. _____
3. _____
#### Observed Results:
* What happened? This could be a description, log output, etc.
#### Expected Results:
* What did you expect to happen?
#### Relevant Code:
```arduino
// TODO(you): code here to reproduce the problem
```