Welcome to the Hacktoberfest 2023 edition of our open-source project! We're excited to have you as a contributor. Before you get started, please read through these guidelines to ensure a smooth and productive contribution process.
Our project, Coding Hustlers, is a platform which serves as an invaluable resource hub, offering a wide range of resouces related to basic programming, Competitive Programming and Open-Source Programs.
To contribute to our project, follow these steps:
-
Star the repository: Click the "Star" button at the top-right corner of this repository's page. Starring a repository is a simple yet meaningful way to show your appreciation for the project and stay updated on its developments. It's also a helpful way for maintainers to gauge interest and support for their work.
-
Fork the repository: Click the "Fork" button at the top-right corner of this repository's page to create a copy of the project in your GitHub account.
-
Clone your fork: Clone your forked repository to your local machine using the following command (replace
[your-username]
with your GitHub username):git clone https://github.com/[your-github-username]/CodingHustlers.git
-
Create a branch: Create a new branch for your contribution. Branch names should be descriptive and related to the issue or feature you are working on:
git checkout -b YourBranchName
-
Make changes: Make your desired changes or additions to the codebase.
-
Commit your changes: Commit your changes with a clear and concise commit message:
git commit -m "Add feature: your feature description"
-
Push changes: Push your changes to your fork on GitHub:
git push origin feature/your-feature-name
-
Create a Pull Request: Go to the original repository on GitHub and click the "New Pull Request" button. Provide a clear title and description for your pull request, explaining the changes you made.
-
Wait for review: The project maintainers will review your pull request and provide feedback or request changes if needed. Be patient during this process.
-
Merge your Pull Request: Once your pull request is approved, it will be merged into the main project.
Congratulations! You've made your first contribution to