From a9b69094cc3055d5a9d15f0854542cebeeb12c51 Mon Sep 17 00:00:00 2001 From: MultisampledNight Date: Wed, 10 Jan 2024 23:31:21 +0100 Subject: [PATCH] repo: expand on CONTRIBUTING.md about PRs --- CONTRIBUTING.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2931403..9c72e6d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,6 +82,33 @@ If you want to contribute art or the like, do that in whatever **you** are most - Agreement must be based on [informed consent]. - In effect, a maintainer has to understand what they agree to. +# Interacting with PRs + +> [!NOTE] Remember, be respectful. +> Entities invest their free time and motivation into making these changes, +> treat them appropiately. + +- Since in iOwO, we mostly work based on forks, [git's remotes] work fairly good. +- Replace things in pointy brackets (`<>`) respectively (and remove the pointy brackets). + +## Initial steps for a new contributor or new local checkout + +```sh +git remote add https://forge.katzen.cafe//iowo.git +git remote update +``` + +## After setting up the remote + +- You can repeat this step anytime you want to switch branches or update your local checkout. +- The PR branch is visible just below the PR title on forgejo, after the colon (`:`). + +```sh +git switch +git pull +``` + + [code of conduct]: ./CODE_OF_CONDUCT.md [informed consent]: https://en.wikipedia.org/wiki/Informed_consent - +[git's remotes]: https://git-scm.com/docs/git-remote