Thank you for your interest in contributing to Collect Your GamingTools! We’re excited to see what creative ideas you bring. Follow these simple guidelines below to get started.
-
Fork the Repository
Click the "Fork" button at the top-right corner to create your own copy of the repo. -
Clone Your Fork
Clone your forked repository to your local machine:git clone https://github.com/<your-github-username>/Collect-your-GamingTools.git
-
Create a New Branch
Create a new branch for your changes:git checkout -b feature/your-feature-name
-
Code Changes
Make your modifications, ensuring they align with the project’s coding standards and code of conduct. Add exciting features, enriching documentation or squash bugs! -
Commit Your Changes
Write meaningful commit messages:git commit -m "Add: New navigation bar feature"
-
Push Your Changes
Push your changes to your forked repository:git push origin feature/your-feature-name
- Once your changes are pushed, create a pull request (PR) on the original repository.
- Provide a detailed description of your changes and link any relevant issues. Provide relevant images/videos, if any.
- Wait for reviews and engage with feedback!
- Make sure to sync your fork with the latest changes from the original repo before pushing new features.
- Respect coding conventions and keep your code clean. Comment your changes for ease in review.
Welcome to Open-Source and thank you for contributing! 🙌