Files
RFID.MFRC522/.github/ISSUE_TEMPLATE.md
2017-02-22 14:51:25 +01:00

917 B

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 or StackOverflow.

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:




Observed Results:

  • What happened? This could be a description, log output, etc.

Expected Results:

  • What did you expect to happen?

Relevant Code:

  // TODO(you): code here to reproduce the problem