Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.13 KB

CONTRIBUTING.md

File metadata and controls

59 lines (40 loc) · 2.13 KB

Contributing to 160DaysGFG

Thank you for considering contributing to 160DaysGFG! We appreciate your help in improving and maintaining this repository. Whether it's through reporting issues, fixing bugs, or adding new features, your contributions are valuable.

Please follow the guidelines below to help ensure that all contributions to this project are productive, respectful, and maintainable.

How to Contribute

  1. Fork the repository
    Start by forking the repository to your GitHub account.

  2. Clone your fork
    Clone the forked repository to your local machine:

    git clone https://github.com/Sangram03/160DaysGFG.git
  3. Create a branch
    Create a new branch for your work. Be descriptive in naming your branch:

    git checkout -b feature-name
  4. Make your changes
    Work on the changes you want to contribute. Ensure that all code follows the style guides and passes any pre-defined checks (e.g., formatting, linting).

  5. Commit your changes
    Once your changes are ready, commit them with a clear and descriptive commit message:

    git commit -m "Add feature-name or fix description"
  6. Push your changes
    Push the changes to your fork on GitHub:

    git push origin feature-name
  7. Create a pull request
    Visit the original repository and create a pull request (PR) from your fork. Make sure to describe your changes and why they should be merged.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct, which ensures a welcoming and respectful environment for all participants.

Reporting Issues

If you find a bug or have a feature request, please use the Issues section to report it. Be sure to include relevant details, such as:

  • A description of the issue or feature.
  • Steps to reproduce the problem (if applicable).
  • Screenshots, logs, or any other helpful information.

License

By contributing to this project, you agree that your contributions will be licensed under the project's MIT license.