Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.8 KB

CONTRIBUTING.md

File metadata and controls

39 lines (21 loc) · 1.8 KB

We welcome contributions of all kinds! Here are some guidelines to help you get started.

How to Contribute

  1. Fork the Repository: Click the "Fork" button on the top right to create your own copy of the repository.

  2. Clone Your Fork: Clone your forked repository to your local machine using git clone https://github.com/ChinmayKaitade/30Days-JavaScript-Challenge.git.

  3. Create a Branch: Create a new branch for your feature or bug fix using git checkout -b your-branch-name.

  4. Make Changes: Make your changes to the code.

  5. Commit Your Changes: Commit your changes with a clear and descriptive commit message using git commit -m "Description of your changes".

  6. Push to Your Fork: Push your changes to your forked repository using git push origin your-branch-name.

  7. Submit a Pull Request: Open a pull request from your branch to the main repository's main branch.

Code of Conduct

Please read our Code of Conduct to understand the standards we expect for all contributors.

Reporting Issues

If you find any bugs or have feature requests, please open an issue.

Style Guide

  • Follow the coding style used in the project.
  • Use meaningful variable names and comments.
  • Write unit tests for new features or bug fixes.

Contact

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!