Skip to content

Stinson-83/Win-Factor

 
 

Repository files navigation

How to use this repository

Follow these steps to fork the repository, make your changes, commit them and open a Pull Request (PR) with the title firstname_lastname.


Step 1: Fork the Repository

  1. Go to the GitHub repository you want to contribute to.
  2. Click the Fork button at the top-right corner of the page.
  3. This will create a copy of the repository under your GitHub account.

Step 2: Clone Your Fork

git clone https://github.com/<your-username>/<repo-name>
cd <repo-name>

Step 3: Add Your Submission

  1. Navigate to the appropriate directory (e.g., submissions/).
  2. Add your files (e.g., code, documentation, etc.) as per the guidelines.
  3. Make sure to name your file or folder clearly (preferably firstname_lastname or similar).

Step 4: Stage and Commit Changes Using the VS Code Interface

  1. Open the project folder in VS Code.

  2. Click on the Source Control icon in the sidebar (it looks like a branch).

  3. You will see a list of changed files. Hover over the files you want to include and click the + icon to stage them.

  4. Once staged, type a commit message in the message box at the top (e.g., Added submission - firstname_lastname).

  5. Click the checkmark ✔️ (Commit) button to commit the staged changes.

  6. Click the Sync Changes Button


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%