-
Notifications
You must be signed in to change notification settings - Fork 146
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
docs(contributing): update the coding guideline #599
docs(contributing): update the coding guideline #599
Conversation
Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
Documentation URL: https://autowarefoundation.github.io/autoware-documentation/pr-599/ |
@xmfcx @YossyTaka @ytakano |
Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
…easily Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
…iate Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
…header files to be exported Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
…iate Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
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.
Thank you for your updates.
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.
I have read all contents in the index.md
and understood this is informative notes. Thank you so much!
Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
The guideline itself generally looks okay, but most of them seem to be duplicate of the materials in other pages like:
Could you explain the purpose of this change. Is your intention to add a summary page that require particular attention? In that case, I'm okay to add Autoware specific guidelines mentioned in this summary page(like adding autoware_ prefix to package names), but I rather keep the details about C++ guidelines as a separate page and just put a link to that page. It would make us harder to keep consistency within our documentation if there are duplicate materials explained in different places. |
Thank you for your good comment!!
|
@Shin-kyoto Thank you for your work. Establishing coding guidelines is a great activity as it clarifies the criteria for PRs and reduces review time. As @mitsudome-r mentioned, the document contains information with different levels of detail and some overlap. For example, the using It would be helpful to explain why each item is included on this page clearly. For instance, essential points like using the |
Thanks!! 👍 |
@Shin-kyoto Thanks!
I think this approach sounds reasonable to me. |
…derstanding Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
…guage and removed the content already covered in each language-specific guideline. Signed-off-by: t4-adc <grp-rd-1-adc-admin@tier4.jp>
@mitsudome-r @TakaHoribe @isamu-takagi |
@mitsudome-r @TakaHoribe |
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.
I've made a small suggestions about the reference link. Otherwise, the PR looks good to me.
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.
LGTM, thank you for your work!
Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
Thank you for your review!!
So, I will squash and merge it. |
Description
Updated the coding guideline.
To the reviewers:
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The Reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.