Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 514 Bytes

File metadata and controls

14 lines (9 loc) · 514 Bytes

Contributing to kascit.github.io

Thank you for your interest in contributing! Since this is my personal site and portfolio, contributions are generally limited to typo fixes, bug reports, and accessibility improvements.

Pull Requests

  • Please ensure that you have run just dev to verify your changes locally.
  • Keep PRs focused on a single issue.
  • Describe the changes clearly in the PR template.

Code Standards

  • Use the provided just commands to build and format code.
  • Ensure all tests pass.