You will first need to commit your changes to your local machine. To do this in visual studio code:
- Click on the Git icon in the sidebar.
- Hover over changes and click on the plus icon. (Or hover over each file that you want to commit and click on the plus icon.)
- Give your commit a descriptive name where it says "Message ..."
- Click on the checkmark icon above your message.
In your terminal (in Visual Studio Code), type:
git push origin main
You will then need to make pull request from Github if you do not have one already. Here is how you will do that:
- Open a browser (Chrome, Edge, Safari, Firefox, etc) and go to https://github.com/
- If you are not signed in, signin
- In the top right, click on your avatar and select "Your repositories"
- Select JSFrameworks2023
- Click on the "Contribute" dropdown and click on the "Open pull request" button
- Click on the "Create pull requests" button
- Give your pull request a title if it does not have one and click on the "Create pull requests" button