Clone the BRB Bootcamp Repository:
Open your terminal and run the following command to clone the repository:
git clone <https://github.com/push-protocol/BRB-Bootcamp.git>
Navigate to the repository directory:
cd BRB-Bootcamp
Create a Branch:
Create a new branch with the naming convention team-1-code-submission
(replace team-1
with your actual team number):
git checkout -b team-1-code-submission
BRB-Bootcamp
repository, locate the PushingTheBoundariesChallenge
folder.PushingTheBoundariesChallenge
folder, create a new folder named according to your team number. For example, Team_1
.Team_1
), create three subfolders:
Project
Marketing-deck
Project-deck
Project
folder.Marketing-deck
folder.Project-deck
folder.Commit and Push:
Add and commit your changes:
git add .
git commit -m "Add project submission for Pushing the Boundaries Challenge"
Push your branch to the repository:
git push origin team-1-code-submission
Raise a Pull Request:
team-1-code-submission
to the main branch. Make sure to include a description of your submission and any relevant details.