Welcome, new contributors to CosmoXplore! We're excited to have you join us as we explore the cosmos.
Give this project some love! Star⭐ the repo and follow @PranavBarthwal to stay in the loop.
-
Fork the Repository: To make a copy of the repository in your GitHub account, click the "Fork" button located in the top right corner of the project repository page.
-
Clone the Forked Repository: Clone the repository to your local development environment by opening the terminal or command prompt and executing the following command:
git clone https://github.com/<your-github-username>/cosmoXplore.git
- Navigate to your repository: Navigate to your new project directory by using the command:
cd cosmoXplore
- Create a New Branch: Establish a new branch for your profile using the command:
git checkout -b <branch_name>
- Add Your Changes: Add the modified files to the stage with the following command:
git add .
- Commit Your Changes: Save your alterations to the branch by executing:
git commit -m "Your descriptive commit message"
- Push to the Branch: Transmit the changes to the remote repository using:
git push origin <branch_name>
-
Create a Pull Request: Submit your modifications to the main repository by generating a pull request. Click on the "Compare & pull request" button on your forked repository page.
-
Wait for Review and Merge: Wait for the project maintainers to review and merge your changes.