/ .github / PULL_REQUEST_TEMPLATE / adafruit_circuitpython_pr.md
adafruit_circuitpython_pr.md
 1  # SPDX-FileCopyrightText: 2021 Adafruit Industries
 2  #
 3  # SPDX-License-Identifier: MIT
 4  
 5  Thank you for contributing! Before you submit a pull request, please read the following.
 6  
 7  Make sure any changes you're submitting are in line with the CircuitPython Design Guide, available here: https://circuitpython.readthedocs.io/en/latest/docs/design_guide.html
 8  
 9  If your changes are to documentation, please verify that the documentation builds locally by following the steps found here: https://adafru.it/build-docs
10  
11  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
12  
13  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.