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.

PULL_REQUEST_TEMPLATE.md 1.4 KiB

1234567891011121314151617181920212223242526
  1. Thank you for creating a pull request to contribute to Adafruit's GitHub code!
  2. Before you open the request please review the following guidelines and tips to
  3. help it be more easily integrated:
  4. - **Describe the scope of your change--i.e. what the change does and what parts
  5. of the code were modified.** This will help us understand any risks of integrating
  6. the code.
  7. - **Describe any known limitations with your change.** For example if the change
  8. doesn't apply to a supported platform of the library please mention it.
  9. - **Please run any tests or examples that can exercise your modified code.** We
  10. strive to not break users of the code and running tests/examples helps with this
  11. process.
  12. Thank you again for contributing! We will try to test and integrate the change
  13. as soon as we can, but be aware we have many GitHub repositories to manage and
  14. can't immediately respond to every request. There is no need to bump or check in
  15. on a pull request (it will clutter the discussion of the request).
  16. Also don't be worried if the request is closed or not integrated--sometimes the
  17. priorities of Adafruit's GitHub code (education, ease of use) might not match the
  18. priorities of the pull request. Don't fret, the open source community thrives on
  19. forks and GitHub makes it easy to keep your changes in a forked repo.
  20. After reviewing the guidelines above you can delete this text from the pull request.