Description
This task is relatively simple. It requires you to look at the current documentation and fix any spelling mistakes or words/sentences that do not make sense.
Tasks
Steps
- You will need to fork the repository to your GitHub account. To do this, press the Fork button on the repository's code page.
- Clone your fork to your local machine. Make sure you have Git installed first; if not, please install it.
- Once Git is installed, run the following command to clone the repository:
git clone https://github.com/your-username/satiscode.git
(Replace your-username with your actual GitHub username.)
- Navigate into the repository directory and create a new branch for your work:
cd satiscode
git branch your-branch-name
git switch your-branch-name
(Replace your-branch-name with a descriptive name for your branch.)
- Make your documentation changes in your editor.
- Stage, commit, and push your changes to your fork:
git add .
git commit -s -m "Your commit message"
git push -u origin your-branch-name
Note: If you get an error asking to configure user.name and user.email, run the following commands with your details before committing:
git config --global user.name "your-github-username"
git config --global user.email "you@your-email.com"
- Go to the main repository at
https://github.com/gtref/satiscode and submit a pull request from your fork.
After you complete this please in the same PR update the file CONTRIBUTORS.md with your details if you would like to be acknowledged
Description
This task is relatively simple. It requires you to look at the current documentation and fix any spelling mistakes or words/sentences that do not make sense.
Tasks
Steps
(Replace
your-usernamewith your actual GitHub username.)(Replace
your-branch-namewith a descriptive name for your branch.)https://github.com/gtref/satiscodeand submit a pull request from your fork.After you complete this please in the same PR update the file CONTRIBUTORS.md with your details if you would like to be acknowledged