Skip to content

Flames004/CP-Handbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CP-Handbook

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Git installed on your machine, refer to this docs to install git.
  • A Code Editor installed on you local machine, download vs code from here.

How to contribute

  1. Fork the repository to you account(one can fork all branches), or click on fork icon

Github Fork Icon

  1. Clone your forked repository, or run this terminal command in your local folder where you want to clone:
git clone https://github.com/__YOUR_GITHUB_USER_NAME__/CP-Handbook.git
  1. Head to cloned repository, or hit this command:
cd CP-Handbook
  1. Create a separate branch heading to main branch, or run below commands:
git checkout main
git pull
git branch __YOU_BRANCH_NAME__
git checkout __YOU_BRANCH_NAME__
  1. After making changes add and commit the changes in git:
git add .
git commit -m "__YOUR_COMMIT_MESSAGE__"
  1. Push changes to github forked repository, but hitting:
git push origin -u __YOU_BRANCH_NAME__
  1. Head over to forked repository on browser Raise a Pull Request, find compare & pull request button to raise a pull request

Github PR Popup

  1. Give your PR a good name and a description and raise your Pull Request :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published