I'm gonna borrow these!

This commit is contained in:
Phil Howard
2019-01-21 15:57:36 +00:00
parent d0164da1a1
commit 5f54eeadbc
2 changed files with 6 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
Thank you for opening an issue on an Adafruit Python library repository. To
Thank you for opening an issue on an Pimoroni Python library repository. To
improve the speed of resolution please review the following guidelines and
common troubleshooting steps below before creating the issue:
- **Do not use GitHub issues for troubleshooting projects and issues.** Instead use
the forums at http://forums.adafruit.com to ask questions and troubleshoot why
the forums at http://forums.pimoroni.com to ask questions and troubleshoot why
something isn't working as expected. In many cases the problem is a common issue
that you will more quickly receive help from the forum community. GitHub issues
are meant for known defects in the code. If you don't know if there is a defect

View File

@@ -1,4 +1,4 @@
Thank you for creating a pull request to contribute to Adafruit's GitHub code!
Thank you for creating a pull request to contribute to Pimoroni's GitHub code!
Before you open the request please review the following guidelines and tips to
help it be more easily integrated:
@@ -11,7 +11,8 @@ help it be more easily integrated:
- **Please run any tests or examples that can exercise your modified code.** We
strive to not break users of the code and running tests/examples helps with this
process.
process. You should install tox (`pip install tox`) and run it in the `library`
folder to execute the tests and run Python linting.
Thank you again for contributing! We will try to test and integrate the change
as soon as we can, but be aware we have many GitHub repositories to manage and
@@ -19,7 +20,7 @@ can't immediately respond to every request. There is no need to bump or check i
on a pull request (it will clutter the discussion of the request).
Also don't be worried if the request is closed or not integrated--sometimes the
priorities of Adafruit's GitHub code (education, ease of use) might not match the
priorities of Pimoroni's GitHub code (education, ease of use) might not match the
priorities of the pull request. Don't fret, the open source community thrives on
forks and GitHub makes it easy to keep your changes in a forked repo.