From d3da9363bdf4b81a2300d893738ca8646540abea Mon Sep 17 00:00:00 2001 From: OCDkirby <138795235+OCDkirby@users.noreply.github.com> Date: Thu, 6 Jul 2023 19:42:55 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 698f4ba..4740549 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/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). From 674c5699dc14378411f88724afdc69ddfafc3c14 Mon Sep 17 00:00:00 2001 From: OCDkirby <138795235+OCDkirby@users.noreply.github.com> Date: Thu, 6 Jul 2023 19:46:48 -0500 Subject: [PATCH 2/3] Create CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md 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 From aada4ea21c615ab729e1b08ae3f5b9adc4271cbf Mon Sep 17 00:00:00 2001 From: OCDkirby <138795235+OCDkirby@users.noreply.github.com> Date: Thu, 6 Jul 2023 19:47:27 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4740549..de0a7fc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The code behind the homepage for the RPCSX project. ## Contributing -see [CONTRIBUTING.md](https://github.com/OCDkirby/rpcsx-site/CONTRIBUTING.md) +see [CONTRIBUTING.md](https://github.com/OCDkirby/rpcsx-site/blob/main/CONTRIBUTING.md) ## Recommended IDE Setup