1
0
Fork 0

Update CONTRIBUTING.md (#1008)

pull/1009/head
Sayantan Das 2023-06-19 10:39:03 +05:30 committed by GitHub
parent d84c600e5d
commit e829e0e718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ There is almost no boilerplate code anywhere in this library, and you should hel
There is a linter, but it's not complete. Spend a little time reading and getting a feel for the style.
I love PRs where I look at them and can just say, yes, this will improve the codebase and click merge. If you have an incomplete PR, feel free to post is as a draft.
I love PRs where I look at them and can just say, yes, this will improve the codebase and click merge. If you have an incomplete PR, feel free to post it as a draft.
As my operating systems professor taught me, code is written to be read by humans. We value readability over performance and line count, but low line count is often a good proxy for readability. However, any PRs that look like code golf will immediately be closed.