From 388faf0ca00f79d536680a788c5e7c8f53ee1969 Mon Sep 17 00:00:00 2001 From: OCDkirby <138795235+OCDkirby@users.noreply.github.com> Date: Thu, 6 Jul 2023 20:50:42 -0500 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From 7c51e8c72837a0e25ba3405edf2d5992244a38da Mon Sep 17 00:00:00 2001 From: OCDkirby Date: Thu, 6 Jul 2023 20:52:39 -0500 Subject: [PATCH 2/2] Update workflow to only run in the main repo --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) 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: