-
Notifications
You must be signed in to change notification settings - Fork 653
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
Help new contributers by adding CONTRIBUTING.md. #32
base: main
Are you sure you want to change the base?
Conversation
Nice idea! Maybe it would be useful to add sth like " Run |
Sounds great! The CONTRIBUTING.md file now looks like this: Contributing
|
Great addition @justindhillon ! |
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.
amazing thanks!
@justindhillon i think there's a lint error, could you run |
Thanks @jerryjliu ! I ran the commands and now all tests pass. I also added the formating your code step to the Contributing.md file. It now looks like this: Contributing
Ready to merge. |
CONTRIBUTING.md tells new contributors how to make pull requests. Here is what it looks like:
Contributing
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)