Contribute

This page lists contribution policies for this website, as well as how to begin contributing.


Website (ktrain5169.github.io)

Extra pre-requisites:


To contribute:

  1. Fork the repository on GitHub or GitLab, then clone it to your computer or open web IDE.
  2. pnpm Run "pnpm install" to install dependencies (local machine only).
  3. Make your changes in a new(!) branch.
  4. Astro Run the Astro dev/preview server using either "pnpm dev" or "pnpm build-dev". Check your changes to ensure they work as intended. (local machine only)
  5. Commit your changes with "git commit" and push them to your fork using "git push".
  6. Submit a pull request for review.
  7. Await for review and approval/change requests.