- Visit the GitHub repository https://github.com/smaranjitghose/ParulUniversityMEAN and star it
<Attach relevant screenshot here>
- Fork the repository
<Attach relevant screenshot here>
- Clone the forked copy of the repository using CLI
- Navigate inside the cloned repository
- Check for the remotes connected to this repository
- Create a new branch called
feat1
- Switch to the
feat 1
branch
- Open VSCode in this particular repository and branch
- Edit the
Capstone_Project_Allocation.MD
file to insert the name ang github url for the members of your capstone project group in the following format
[Member_1 Name](https://github.com/member1_username), [Member_2 Name](https://github.com/member2_username), [Member_3 Name](https://github.com/member3_username)
Ensure the project topic and divison are accurate
<Attach relevant screenshot here>
- Stage the Changes
- Make a commit with the message "Added Member list"
- Push the changes to your remote repository
- Create a pull request from the
feat1
branch of your forked repository to themain
branch of the above mentioned repository. Ensure the title of the pull request is in the format6AXX Group XX
. In the description, mentionPractical 6
<Attach relevant screenshot here>
- Once the pull request is merged, switch to the
main
branch inside the local repository of your project. Now, delete thefeat1
branch
- Pull the changes from the
main
branch of theupstream
repository into themain
branch of the forked version of it on your system.