From 163c09aebc3916b35adaeee30f7f353367263b6c Mon Sep 17 00:00:00 2001 From: shobhit15082003 Date: Thu, 21 Mar 2024 03:12:55 +0530 Subject: [PATCH] chore: minor_change --- .github/Contributor_Guide/Project_Tour.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/Contributor_Guide/Project_Tour.md b/.github/Contributor_Guide/Project_Tour.md index e8899bc..f8d289b 100644 --- a/.github/Contributor_Guide/Project_Tour.md +++ b/.github/Contributor_Guide/Project_Tour.md @@ -2,6 +2,7 @@ In the 'Contracts' folder, you'll find a single file with a '.sol' extension. This file is where you should make all your changes. Simply open this file to access the contract code and update it as needed. If you have any questions or need assistance with the changes, feel free to ask!. +```bash | .gitignore | CODE_OF_CONDUCT.md | commitlint.config.js @@ -31,4 +32,5 @@ In the 'Contracts' folder, you'll find a single file with a '.sol' extension. Th | pre-commit | \---contract - Database.sol \ No newline at end of file + Database.sol +``` \ No newline at end of file