Skip to content

Saikatssd/Karmatek

Repository files navigation

Karmatek

Contributing Guidelines📝

To start contributing, follow the below guidelines:

"Please ensure that you include a snapshot reflecting the changes you made to the website."

1. Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/<your_user_name>/Karmatek.github.io.git 

3. Navigate to the project directory 📁

cd Karmatek.github.io

4. Open the project in VS code or in any Editor.

code Karmatek 

5. Perform your desired changes to the code base.

6. Track your changes.

git status

7. Update your changes ✔️ .

git add .

8. Commit your changes.

git commit -m "Relevant message"

9. Push the committed changes in your feature branch to your remote repo.

git push 

10. To create a pull request, click on compare and pull requests.

11. Add appropriate title and description to your pull request explaining your changes and efforts done.

12. Click on Create Pull Request. 13. It's done now 😄.