MicroPython_PN532/.github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md
dherrada 00cdd6b696 First part of patch
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2022-01-19 13:53:25 -05:00

880 B

SPDX-FileCopyrightText: 2021 Adafruit Industries

SPDX-License-Identifier: MIT

Thank you for contributing! Before you submit a pull request, please read the following.

Make sure any changes you're submitting are in line with the CircuitPython Design Guide, available here: https://docs.circuitpython.org/en/latest/docs/design_guide.html

If your changes are to documentation, please verify that the documentation builds locally by following the steps found here: https://adafru.it/build-docs

Before submitting the pull request, make sure you've run Pylint and Black locally on your code. You can do this manually or using pre-commit. Instructions are available here: https://adafru.it/check-your-code

Please remove all of this text before submitting. Include an explanation or list of changes included in your PR, as well as, if applicable, a link to any related issues.