Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.45 KB

CONTRIBUTING.md

File metadata and controls

55 lines (33 loc) · 1.45 KB

Contributing to DevCamper

We welcome contributions to the DevCamper project! By contributing, you can help improve the project and make it more useful for everyone.

How to Contribute

  1. Fork the repository:

    Fork the repository on GitHub and clone your fork locally.

    git clone https://github.com/your-username/devcamper.git
    cd DevCamper
  2. Create a branch:

    Create a new branch for your feature or bug fix.

    git checkout -b feature-or-bugfix-name
  3. Make your changes:

    Make your changes to the codebase. Ensure that your code follows the project's coding standards and passes all tests.

  4. Commit your changes:

    Commit your changes with a clear and descriptive commit message.

    git add .
    git commit -m "Description of your changes"
  5. Push your changes:

    Push your changes to your fork on GitHub.

    git push origin feature-or-bugfix-name
  6. Create a pull request:

    Open a pull request on the main repository. Provide a clear description of your changes and any relevant information.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.

Reporting Issues

If you find a bug or have a feature request, please open an issue on GitHub. Provide as much detail as possible to help us understand and address the issue.