Thank you for considering contributing to the terminal-themed portfolio site!
-
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. -
Fork the Repo
If you'd like to contribute, please fork the repository and clone it locally. -
Create a Feature Branch
Create a new branch for your feature or fix:git checkout -b username/feature
-
Install Dependencies
Make sure you have pnpm installed. Install the project dependencies by running:pnpm install
-
Make Your Changes
Implement the changes, ensuring your code follows the project's style and structure. Be sure to write meaningful commit messages. -
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.
By contributing, you agree that your contributions will be licensed under the MIT License.