Skip to content

Latest commit

Β 

History

History
37 lines (24 loc) Β· 1.68 KB

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) Β· 1.68 KB

Contributing Guidelines πŸš€

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.

How Can You Contribute? 🀝

  • 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 πŸ’»:

    1. Fork the repository and create your branch: git checkout -b feature-name
    2. Make your changes and test them thoroughly.
    3. Commit your changes: git commit -m 'Add feature-name'
    4. Push to your branch: git push origin feature-name
    5. Open a Pull Request (PR) and describe the changes you've made, including screenshots if possible.

Code Style πŸ“

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.

Issues and Pull Requests πŸ“

  • 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.

Code of Conduct 🌟

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! πŸŽ‰