mirror of https://github.com/commaai/tinygrad.git
contrib more
This commit is contained in:
parent
c0bba9649a
commit
0994705166
|
@ -31,7 +31,8 @@ There's a lot of interest in tinygrad lately. Here's some guidelines for contrib
|
||||||
* Bugfixes are the best and always welcome! Like [this one](https://github.com/geohot/tinygrad/pull/421/files).
|
* Bugfixes are the best and always welcome! Like [this one](https://github.com/geohot/tinygrad/pull/421/files).
|
||||||
* If you don't understand the code you are changing, don't change it!
|
* If you don't understand the code you are changing, don't change it!
|
||||||
* All code golf PRs will be closed, but [conceptual cleanups](https://github.com/geohot/tinygrad/pull/372/files) are great.
|
* All code golf PRs will be closed, but [conceptual cleanups](https://github.com/geohot/tinygrad/pull/372/files) are great.
|
||||||
* Testing and features are welcome. Though if you are adding a feature, you need to include tests.
|
* Features are welcome. Though if you are adding a feature, you need to include tests.
|
||||||
|
* Improving test coverage is great, with reliable non brittle tests.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue