Update README.md

This commit is contained in:
cgarciaromaguera 2023-02-12 16:36:30 -05:00 committed by GitHub
parent 9481092a51
commit 21858d0d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@
# Ad logo if applicable # Ad logo if applicable
// if headers are added, recommend using a table of contents // if headers are added, recommend using a table of contents
# Table of Contents
Every major open-source project has its own style guide: a set of conventions Every major open-source project has its own style guide: a set of conventions
(sometimes arbitrary) about how to write code for that project. It is much (sometimes arbitrary) about how to write code for that project. It is much
easier to understand a large codebase when all the code in it is in a consistent easier to understand a large codebase when all the code in it is in a consistent
@ -14,6 +16,8 @@ guidelines we use for Google code. If you are modifying a project that
originated at Google, you may be pointed to this page to see the style guides originated at Google, you may be pointed to this page to see the style guides
that apply to that project. that apply to that project.
//if a project applies to other style guides how would this effect the contributor
# How to use the Project # How to use the Project
//include how to change Google originated projects to intended style guide //include how to change Google originated projects to intended style guide
// how to change style guides on Google // how to change style guides on Google