Contributing to 30 Days of JavaScript Challenge
We welcome contributions of all kinds! Here are some guidelines to help you get started.
-
Fork the Repository: Click the "Fork" button on the top right to create your own copy of the repository.
-
Clone Your Fork: Clone your forked repository to your local machine using
git clone https://github.com/ChinmayKaitade/30Days-JavaScript-Challenge.git
. -
Create a Branch: Create a new branch for your feature or bug fix using
git checkout -b your-branch-name
. -
Make Changes: Make your changes to the code.
-
Commit Your Changes: Commit your changes with a clear and descriptive commit message using
git commit -m "Description of your changes"
. -
Push to Your Fork: Push your changes to your forked repository using
git push origin your-branch-name
. -
Submit a Pull Request: Open a pull request from your branch to the main repository's
main
branch.
Please read our Code of Conduct to understand the standards we expect for all contributors.
If you find any bugs or have feature requests, please open an issue.
- Follow the coding style used in the project.
- Use meaningful variable names and comments.
- Write unit tests for new features or bug fixes.
If you have any questions or need assistance, feel free to reach out to chinmaykaitade123@gmail.com or GitHub Repository Maintainer.
Thank you for your contributions!