Refer to Main Pipeline directory for simple usage and testing
Follow these steps to fork the repository, make your changes, commit them and open a Pull Request (PR) with the title firstname_lastname
.
- Go to the GitHub repository you want to contribute to.
- Click the Fork button at the top-right corner of the page.
- This will create a copy of the repository under your GitHub account.
git clone https://github.com/<your-username>/<repo-name>
cd <repo-name>
- Navigate to the appropriate directory (e.g.,
submissions/
). - Add your files (e.g., code, documentation, etc.) as per the guidelines.
- Make sure to name your file or folder clearly (preferably
firstname_lastname
or similar).
-
Open the project folder in VS Code.
-
Click on the Source Control icon in the sidebar (it looks like a branch).
-
You will see a list of changed files. Hover over the files you want to include and click the + icon to stage them.
-
Once staged, type a commit message in the message box at the top (e.g.,
Added submission - firstname_lastname
). -
Click the checkmark ✔️ (Commit) button to commit the staged changes.
-
Click the Sync Changes Button