We love pull requests from everyone. By participating in this project, you agree to abide by the Code Of Conduct.
Copy the URL of the forked repository and clone it.
https://github.com/<your_username>/Code-Shop.git
cd Code-Shop
Before you submit an issue, please search the issue tracker, maybe an issue for your problem already exists and the discussion might inform you of workarounds readily available.
You can report the issues by filling out the new issue form.
git checkout -b <branch_name>
git add .
git commit -m "Enter your message here"
git push origin <branch_name>
- Be open to feedback and constructive criticism from other contributors.
- Participate in code reviews by reviewing and providing feedback.
- Help identify and fix bugs in the project.
- Report any issues or bugs you encounter during your contribution by creating a new issue in the GitHub repository.
- Suggest new features or improvements that you believe would enhance the project.
- Share your experience and the project with others.
- Spread the word about the project on social media, developer forums, or any relevant community platforms.
That's it! Thank you for your valuable contribution!