You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ISSUE_TEMPLATE.md 2.6 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Thank you for opening an issue on an Adafruit Python library repository. To
  2. improve the speed of resolution please review the following guidelines and
  3. common troubleshooting steps below before creating the issue:
  4. - **Do not use GitHub issues for troubleshooting projects and issues.** Instead use
  5. the forums at http://forums.adafruit.com to ask questions and troubleshoot why
  6. something isn't working as expected. In many cases the problem is a common issue
  7. that you will more quickly receive help from the forum community. GitHub issues
  8. are meant for known defects in the code. If you don't know if there is a defect
  9. in the code then start with troubleshooting on the forum first.
  10. - **If following a tutorial or guide be sure you didn't miss a step.** Carefully
  11. check all of the steps and commands to run have been followed. Consult the
  12. forum if you're unsure or have questions about steps in a guide/tutorial.
  13. - **For Python/Raspberry Pi projects check these very common issues to ensure they don't apply**:
  14. - If you are receiving an **ImportError: No module named...** error then a
  15. library the code depends on is not installed. Check the tutorial/guide or
  16. README to ensure you have installed the necessary libraries. Usually the
  17. missing library can be installed with the `pip` tool, but check the tutorial/guide
  18. for the exact command.
  19. - **Be sure you are supplying adequate power to the board.** Check the specs of
  20. your board and power in an external power supply. In many cases just
  21. plugging a board into your computer is not enough to power it and other
  22. peripherals.
  23. - **Double check all soldering joints and connections.** Flakey connections
  24. cause many mysterious problems. See the [guide to excellent soldering](https://learn.adafruit.com/adafruit-guide-excellent-soldering/tools) for examples of good solder joints.
  25. If you're sure this issue is a defect in the code and checked the steps above
  26. please fill in the following fields to provide enough troubleshooting information.
  27. You may delete the guideline and text above to just leave the following details:
  28. - Platform/operating system (i.e. Raspberry Pi with Raspbian operating system,
  29. Windows 32-bit, Windows 64-bit, Mac OSX 64-bit, etc.): **INSERT PLATFORM/OPERATING
  30. SYSTEM HERE**
  31. - Python version (run `python -version` or `python3 -version`): **INSERT PYTHON
  32. VERSION HERE**
  33. - Error message you are receiving, including any Python exception traces: **INSERT
  34. ERROR MESAGE/EXCEPTION TRACES HERE***
  35. - List the steps to reproduce the problem below (if possible attach code or commands
  36. to run): **LIST REPRO STEPS BELOW**