Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.54 KB

CONTRIBUTING.md

File metadata and controls

56 lines (34 loc) · 1.54 KB

Contributing to Vicent Laizer's Portfolio Website

Thank you for considering contributing to this project! By contributing, you help make this portfolio website even better.

How to Contribute

  1. Fork the repository.

  2. Clone the forked repository to your local machine:

    git clone https://github.com/your-username/vincent-laizer.git
    cd vincent-laizer
  3. Create a new branch for your changes:

    git checkout -b feature/your-feature
  4. Make your changes and commit them:

    git add .
    git commit -m "Add your changes description"
  5. Push your changes to your forked repository:

    git push origin feature/your-feature
  6. Create a Pull Request (PR) from your forked repository to the original repository.

  7. Ensure your PR description clearly describes the changes and their purpose.

Code Style

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.

Testing

Before submitting a PR, ensure that your changes have been tested. Include relevant test cases or update existing ones if necessary.

Issues and Discussions

If you have any questions, issues, or suggestions, feel free to open an issue or start a discussion.

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.

Thank you for contributing!

Happy coding!