-
Notifications
You must be signed in to change notification settings - Fork 890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a few dev guide based on observations #6449
Conversation
Signed-off-by: Lu Yu <[email protected]>
Signed-off-by: Lu Yu <[email protected]>
continued lines are indented.'; | ||
``` | ||
|
||
#### Avoid using `@ts-ignore` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 we should not take shortcut to ignore the warning or error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is always good to learn how to write elegant code, thanks @BionIT
could you update the change log? |
* add a few developer guides based on observations Signed-off-by: Lu Yu <[email protected]> * add more info Signed-off-by: Lu Yu <[email protected]> --------- Signed-off-by: Lu Yu <[email protected]> (cherry picked from commit 3d91b94) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* add a few developer guides based on observations * add more info --------- (cherry picked from commit 3d91b94) Signed-off-by: Lu Yu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
This change adds a few dev guides based on observations when reviewing PRs, and the intent is to use current guide to illustrate the best practice and a reference for contributors.
Check List
yarn test:jest
yarn test:jest_integration