summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-05-22 16:34:23 -0700
committerGitHub <noreply@github.com>2018-05-22 16:34:23 -0700
commite274a02ff0b10487b1ce17a29bcc4c5e079f3e7d (patch)
tree7e2eb1762d45b135181650b28c525101f035e052
parent22405d6bdb594c308ee8360fbe9ced9cb91d27d8 (diff)
parent783ffe6824cef7ed98454bc125de9aba276f642d (diff)
Merge pull request #862 from tannewt/contributing_update
Update CONTRIBUTING.md to include new learn guides and Dan and
-rw-r--r--CONTRIBUTING.md23
1 files changed, 17 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2eb0214da..6feed085c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -5,12 +5,6 @@ By participating in this project you agree to abide by its terms. Participation
covers any forum used to converse about CircuitPython including unofficial and official spaces. Failure to do
so will result in corrective actions such as time out or ban from the project.
-## Developer contact
-[@tannewt](https://github.com/tannewt) is the main developer of CircuitPython
-and is sponsored by [Adafruit Industries LLC](https://adafruit.com). He is
-reachable on [Discord](https://adafru.it/discord) as tannewt during US West Coast
-working hours. He also checks GitHub issues and the [Adafruit support forum](https://forums.adafruit.com/viewforum.php?f=60).
-
## Licensing
By contributing to this repository you are certifying that you have all necessary
permissions to license the code under an MIT License. You still retain the
@@ -20,6 +14,23 @@ If you have an employment contract with your employer please make sure that they
don't automatically own your work product. Make sure to get any necessary approvals
before contributing. Another term for this contribution off-hours is moonlighting.
+## Getting started
+CircuitPython developer Dan Halbert (@dhalbert) has written up build instructions using native build
+tools [here](https://learn.adafruit.com/building-circuitpython).
+
+For SAMD21 debugging workflow tips check out [this learn guide](https://learn.adafruit.com/debugging-the-samd21-with-gdb) from Scott (@tannewt).
+
+## Developer contacts
+Scott Shawcroft ([@tannewt](https://github.com/tannewt)) is the lead developer of CircuitPython
+and is sponsored by [Adafruit Industries LLC](https://adafruit.com). Scott is usually available
+during US West Coast working hours. Dan Halbert ([@dhalbert](https://github.com/dhalbert)) and
+Kattni Rembor ([@kattni](https://github.com/kattni)) are also sponsored by [Adafruit Industries
+ LLC](https://adafruit.com) and are usually available during US East Coast daytime hours including
+some weekends.
+
+They are all reachable on [Discord](https://adafru.it/discord), GitHub issues and the [Adafruit
+support forum](https://forums.adafruit.com/viewforum.php?f=60).
+
## Code guidelines
We aim to keep our code and commit style compatible with MicroPython upstream.
Please review their