diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c58cb1..f4c1c5e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,6 +2,7 @@ name: Build Vue on: [push] jobs: build_vue: + if: github.repository_owner == 'RPCSX' runs-on: ubuntu-latest name: Build Vue steps: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35d9e54..f0cd3d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,8 @@ # Contributing -* Fork the repo +* [Fork the repo](https://github.com/RPCSX/rpcsx-site/fork) * 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 +* Open a PR detailing your changes +* Discuss edits with maintainers, if any