Files
archived-RPCSX.github.io/CONTRIBUTING.md
2023-07-06 21:45:42 -05:00

10 lines
442 B
Markdown

# Contributing
* [Fork the repo](https://github.com/RPCSX/rpcsx-site/fork)
* Create a branch following conventions: `username-feature`
* ex. `git checkout -b OCDkirby-titlebar`
* **IMPORTANT**: It's suggested that you read the comments in [vite.config.js](vite.config.js) to get a sense of the project structure.
* Commit changes and push the branch to your fork
* Open a PR detailing your changes
* Discuss edits with maintainers, if any