Thank you for considering contributing to this project! By contributing, you help make this portfolio website even better.
-
Fork the repository.
-
Clone the forked repository to your local machine:
git clone https://github.com/your-username/vincent-laizer.git cd vincent-laizer
-
Create a new branch for your changes:
git checkout -b feature/your-feature
-
Make your changes and commit them:
git add . git commit -m "Add your changes description"
-
Push your changes to your forked repository:
git push origin feature/your-feature
-
Create a Pull Request (PR) from your forked repository to the original repository.
-
Ensure your PR description clearly describes the changes and their purpose.
Please follow the coding style conventions used in the project. If your changes require updating existing code, try to match the style of the surrounding code.
Before submitting a PR, ensure that your changes have been tested. Include relevant test cases or update existing ones if necessary.
If you have any questions, issues, or suggestions, feel free to open an issue or start a discussion.
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.
Thank you for contributing!
Happy coding!