diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..35d9e54 --- /dev/null +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index 698f4ba..de0a7fc 100644 --- a/README.md +++ b/README.md @@ -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).