First off, thank you for considering contributing to colissimo-pickup-point! It's people like you that make the open source community such a great community!
Before you begin:
- Ensure you have installed the latest version of Node.js.
- Read the documentation and familiarize yourself with the project.
Create your own fork of the code.
Create a branch in your fork for your changes.
Make your changes and commit them to your branch. Be sure to write detailed commit messages and follow any coding conventions already in place.
If you're adding new functionality, please include tests that cover the new code. If you're fixing a bug, consider adding a test that would have caught the bug.
Ensure the full test suite passes after your changes.
Make sure your changes adhere to any linter rules that are set up.
Push your branch to your fork and open a pull request against the main repository. Clearly describe the problem and solution. Include the relevant issue number if applicable.
The maintainers of the project will review your changes. Be open to feedback and any requests for modifications.
- Use the issue tracker to report bugs.
- Describe the bug and include specific details to help us understand the problem.
- Include steps to reproduce the issue.
- Use the issue tracker to suggest enhancements.
- Describe your idea and how it would benefit the project.
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.