-
Notifications
You must be signed in to change notification settings - Fork 17
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
Contributing guide #59
base: main
Are you sure you want to change the base?
Conversation
Lets do it ❗️ |
The organization is now https://github.com/google-ai-edge/mediapipe , not google. This puts this repo in a weird spot... haha |
About halfway through the guide, expect to have it done soon. I fixed a few typos. I currently use the Prettier formatter. Is there a specific formatting method I should use for this repository? |
I knew that change was coming, but hadn't expected it this soon! I'll make updates. |
This comment was marked as resolved.
This comment was marked as resolved.
For Dart formatting in this library, I let the Dart extension in VS Code auto-format everything, and then I make sure the analysis server doesn't have any warnings. The Flutter repo's own style guide is unique and we don't need to follow it here. |
Hi @craiglabenz @charlieforward9 ,since I am also closely following this repo, I could also offer some help incase you need with formatting or other stuff |
Adds behind-the-scenes info needed to operate the repository and get things working during local development.
Seemingly as the first contributor, would you mind test-driving these instructions, @charlieforward9?
Resolves #17.