-
Notifications
You must be signed in to change notification settings - Fork 5
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
Read the Google code review guide and think if A+ contribution documentation should take some ideas from there #4
Comments
I read the Google code review & style guides. Here are some notes regarding things that could perhaps be incorporated into the A+ guides. General
I think this is a good point and could be mentioned in the A+ contribution guide. There was recently a case where I had created some new functionality, and the files I had modified were inconsistent in their style. Markku suggested that I should make 2 commits: one for the new functionality, and then one for fixing the style issues.
Related to the previous point. We could have instructions for what to do when you come across style issues in the codebase.
We could have instructions for writing a commit message. Mention the significance of the first line and the empty line after that, and where to put "Fixes #XXX". Python (https://google.github.io/styleguide/pyguide.html)
Javascript (https://google.github.io/styleguide/jsguide.html)
|
Thanks, you had good points there! |
A+ style guides
https://apluslms.github.io/contribute/styleguides/
https://github.com/google/eng-practices/blob/master/review/reviewer/index.md
The text was updated successfully, but these errors were encountered: