-
- ๐บ๐ธโ
โ
**Scott Lahteine**
- โ
โ
โ
โ
โ
โ
[@thinkyhead](https://github.com/thinkyhead)
- โ
โ
โ
โ
โ
โ
[โ
โ
Donate ๐ธโ
โ
](https://www.thinkyhead.com/donate-to-marlin)
-
- |
-
- ๐บ๐ธโ
โ
**Roxanne Neufeld**
- โ
โ
โ
โ
โ
โ
[@Roxy-3D](https://github.com/Roxy-3D)
-
- ๐บ๐ธโ
โ
**Keith Bennett**
- โ
โ
โ
โ
โ
โ
[@thisiskeithb](https://github.com/thisiskeithb)
- โ
โ
โ
โ
โ
โ
[โ
โ
Donate ๐ธโ
โ
](https://github.com/sponsors/thisiskeithb)
-
- ๐บ๐ธโ
โ
**Jason Smith**
- โ
โ
โ
โ
โ
โ
[@sjasonsmith](https://github.com/sjasonsmith)
-
- |
-
- ๐ง๐ทโ
โ
**Victor Oliveira**
- โ
โ
โ
โ
โ
โ
[@rhapsodyv](https://github.com/rhapsodyv)
-
- ๐ฌ๐งโ
โ
**Chris Pepper**
- โ
โ
โ
โ
โ
โ
[@p3p](https://github.com/p3p)
-
-๐ณ๐ฟโ
โ
**Peter Ellens**
- โ
โ
โ
โ
โ
โ
[@ellensp](https://github.com/ellensp)
- โ
โ
โ
โ
โ
โ
[โ
โ
Donate ๐ธโ
โ
](https://ko-fi.com/ellensp)
+- We use branches named with a "bugfix" or "dev" prefix to fix bugs and integrate new features.
+- Follow the [Coding Standards](https://marlinfw.org/docs/development/coding_standards.html) to gain points with the maintainers.
+- Please submit Feature Requests and Bug Reports to the [Issue Queue](https://github.com/MarlinFirmware/Marlin/issues/new/choose). See above for user support.
+- Whenever you add new features, be sure to add one or more build tests to `buildroot/tests`. Any tests added to a PR will be run within that PR on GitHub servers as soon as they are pushed. To minimize iteration be sure to run your new tests locally, if possible.
+ - Local build tests:
+ - All: `make tests-config-all-local`
+ - Single: `make tests-config-single-local TEST_TARGET=...`
+ - Local build tests in Docker:
+ - All: `make tests-config-all-local-docker`
+ - Single: `make tests-config-all-local-docker TEST_TARGET=...`
+ - To run all unit test suites:
+ - Using PIO: `platformio run -t test-marlin`
+ - Using Make: `make unit-test-all-local`
+ - Using Docker + make: `maker unit-test-all-local-docker`
+ - To run a single unit test suite:
+ - Using PIO: `platformio run -t marlin_`
+ - Using make: `make unit-test-single-local TEST_TARGET=`
+ - Using Docker + make: `maker unit-test-single-local-docker TEST_TARGET=`
+- If your feature can be unit tested, add one or more unit tests. For more information see our documentation on [Unit Tests](test).
- |
+## Contributors
- ๐บ๐ธโ
โ
**Bob Kuhn**
- โ
โ
โ
โ
โ
โ
[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)
+Marlin is constantly improving thanks to a huge number of contributors from all over the world bringing their specialties and talents. Huge thanks are due to [all the contributors](https://github.com/MarlinFirmware/Marlin/graphs/contributors) who regularly patch up bugs, help direct traffic, and basically keep Marlin from falling apart. Marlin's continued existence would not be possible without them.
- ๐ณ๐ฑโ
โ
**Erik van der Zalm**
- โ
โ
โ
โ
โ
โ
[@ErikZalm](https://github.com/ErikZalm)
+## Project Leadership
- |
-