Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 785 Bytes

File metadata and controls

30 lines (19 loc) · 785 Bytes

Contributing to Portfolio

Thank you for your interest in contributing! Here's how you can help.

Getting Started

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/yourusername/portfolio.git
  3. Install dependencies: npm install

Development Workflow

  • Create a feature branch from main: git checkout -b feat/your-feature
  • Run the dev server: npm run dev
  • Ensure the build succeeds: npm run build

Pull Request Process

  1. Update the README or CHANGELOG if needed
  2. Ensure your PR description clearly describes the changes
  3. PRs require at least one review before merging

Code Style

  • This project uses Prettier for formatting
  • Run npm run lint before committing

Questions?

Open an issue for any questions or suggestions.