Merge branch 'main' of github.com:OCDkirby/rpcsx-site

This commit is contained in:
OCDkirby
2023-07-06 20:31:04 -05:00
2 changed files with 11 additions and 0 deletions

8
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,8 @@
# Contributing
* Fork the repo
* Create a branch following conventions: `username-feature`
* ex. `git checkout -b OCDkirby-titlebar`
* Commit changes and push the branch to your fork
* Open a PR
* Profit

View File

@@ -2,6 +2,9 @@
The code behind the homepage for the RPCSX project.
## Contributing
see [CONTRIBUTING.md](https://github.com/OCDkirby/rpcsx-site/blob/main/CONTRIBUTING.md)
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).