Files
archived-RPCSX.github.io/CONTRIBUTING.md
2024-09-06 16:58:50 +10:00

599 B

Contributing

  • Fork the repo
  • run npm i
  • Create a branch following conventions: username-feature
    • ex. git checkout -b OCDkirby-titlebar
  • Make your changes
    • It's suggested that you read the comments in vite.config.js to get a sense of the project structure.
    • Test your changes with npm run dev (hot reload supported)
    • IMPORTANT: You MUST run eslint --fix or npx eslint --fix
    • Commit changes and push the branch to your fork
  • Open a PR detailing your changes
  • Discuss edits with maintainers, if any