We welcome contributions to the DevCamper project! By contributing, you can help improve the project and make it more useful for everyone.
-
Fork the repository:
Fork the repository on GitHub and clone your fork locally.
git clone https://github.com/your-username/devcamper.git cd DevCamper
-
Create a branch:
Create a new branch for your feature or bug fix.
git checkout -b feature-or-bugfix-name
-
Make your changes:
Make your changes to the codebase. Ensure that your code follows the project's coding standards and passes all tests.
-
Commit your changes:
Commit your changes with a clear and descriptive commit message.
git add . git commit -m "Description of your changes"
-
Push your changes:
Push your changes to your fork on GitHub.
git push origin feature-or-bugfix-name
-
Create a pull request:
Open a pull request on the main repository. Provide a clear description of your changes and any relevant information.
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.
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.