Thank you for considering contributing to my portfolio website! Please take a moment to review these guidelines to make the process smooth for everyone involved.
-
Reporting Bugs π: If you find a bug on the site, feel free to open an issue. Please provide as much detail as possible to help me understand and reproduce the problem.
-
Suggesting Features β¨: Have an idea for an improvement to the portfolio? Open an issue describing your suggestion. Be sure to explain why it would be valuable!
-
Code Contributions π»:
- Fork the repository and create your branch:
git checkout -b feature-name
- Make your changes and test them thoroughly.
- Commit your changes:
git commit -m 'Add feature-name'
- Push to your branch:
git push origin feature-name
- Open a Pull Request (PR) and describe the changes you've made, including screenshots if possible.
- Fork the repository and create your branch:
Please follow these practices when contributing code:
- Use clear, concise, and meaningful names for variables and functions.
- Ensure code is well-structured and readable.
- If applicable, follow Prettier formatting rules.
- Always check if an issue already exists before creating a new one.
- Link any relevant issues in your PR description.
- Your PR should pass all tests and not introduce new bugs or problems to the site.
Please note that this project adheres to a Code of Conduct. By participating, you agree to help maintain a welcoming and inclusive environment for everyone.
Thank you for your contributions! π