Skip to content

Commit

Permalink
chore: sorry another change
Browse files Browse the repository at this point in the history
  • Loading branch information
MishraSomesh001 committed Mar 23, 2024
1 parent fd4b9bb commit 86cf453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/Contributor_Guide/Project_Tour.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Project Tour


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
Expand Down Expand Up @@ -37,4 +36,5 @@ In the 'Contracts' folder, you'll find a single file with a '.sol' extension. Th
│ pre-commit
└───contracts
smartbid.sol
smartbid.sol
```
2 changes: 1 addition & 1 deletion .github/workflows/prmerged.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: On Pull Request Merge

on:
pull_request:
pull_request_target:
types: [closed]

jobs:
Expand Down

0 comments on commit 86cf453

Please sign in to comment.