From 25fb122377e67412c5e5665fd3ced046f9c095af Mon Sep 17 00:00:00 2001 From: Justin Parsell Date: Fri, 18 Nov 2022 08:59:01 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b90a4c3..ada0e90 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # Advent2022 -Advent of Code for 2022 \ No newline at end of file +Advent of Code for 2022 + +## How to contribute + +To contribute to the Advent of Code 2022, please pull master and create a branch with your name. + +Recommended folder structure is `{Day}\{Language}\{Part}` + +## Tips + +It is recommended to include small document on how the program works and how to compile & run the program. \ No newline at end of file