From bf3d907dc22977a8499dd8a79eef0ecfba0f69eb Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 5 Nov 2023 09:03:58 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5295ce8ec..79249b3c0 100644 --- a/README.md +++ b/README.md @@ -223,12 +223,16 @@ If you are unable to contribute by code, you can still participate by: ## 🧑‍💻 Maintenance -* Oxc is currently being developed and maintained by project lead [Boshen] with the help of [contributors] from all over the world -* APIs should be simple and well-documented -* All performance issues (runtime and compilation speed) are considered as bugs in this project -* Third-party dependencies should be minimal -* Code coverage should be monitored for unused code. Aim for 99% code coverage -* Embrace data-oriented design +Oxc is being maintained by [Boshen] as the project lead with the help of [contributors] from all over the world. + +Rules of thumb: + +* APIs should be simple and well-documented. +* All performance issues (runtime and compilation speed) are considered as bugs in this project. +* Third-party dependencies should be minimal. +* Monitor code coverage for unused code. Aim for 99% code coverage. +* Embrace data-oriented design. +* Prefer smaller PRs. Try [graphite.dev](https://graphite.dev). ## 🤝 Credits