contrib more

This commit is contained in:
George Hotz 2022-11-08 19:14:37 -08:00
parent c0bba9649a
commit 0994705166
1 changed files with 2 additions and 1 deletions

View File

@ -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