Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 1.14 KB

Contributing to the Portfolio Project

Thank you for considering contributing to the terminal-themed portfolio site!

How You Can Contribute

  1. Create an Issue
    If you find a bug or have a feature request, please create an issue in the repository. Describe the problem or feature clearly.

  2. Fork the Repo
    If you'd like to contribute, please fork the repository and clone it locally.

  3. Create a Feature Branch
    Create a new branch for your feature or fix:

    git checkout -b username/feature
  4. Install Dependencies
    Make sure you have pnpm installed. Install the project dependencies by running:

    pnpm install
  5. Make Your Changes
    Implement the changes, ensuring your code follows the project's style and structure. Be sure to write meaningful commit messages.

  6. Create a Pull Request
    Once your feature or bug fix is complete, push your changes and open a pull request (PR). Describe the changes made and reference any related issues.

License

By contributing, you agree that your contributions will be licensed under the MIT License.