From 21858d0d6bf51f05cf5aa7bf104a84299e021e84 Mon Sep 17 00:00:00 2001 From: cgarciaromaguera <73908697+cgarciaromaguera@users.noreply.github.com> Date: Sun, 12 Feb 2023 16:36:30 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6147ec4..7b51fe6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # Ad logo if applicable // 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 (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 @@ -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 that apply to that project. +//if a project applies to other style guides how would this effect the contributor + # How to use the Project //include how to change Google originated projects to intended style guide // how to change style guides on Google