From 41b108ce693ef5049ce8432967bef84c12460280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?= Date: Fri, 29 Dec 2023 02:49:21 +0000 Subject: [PATCH] suggest `upstream` instead of `codeberg-dwl` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7aa6947..b876103 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Since dwl follows [suckless] philosophy it doesn't provide every feature under t ## Contributing Patches to this Wiki 1. If work has been done to the main branch at [dwl] since you started work on your patch, REBASE YOUR PATCH! 2. In your local clone of your Codeberg dwl fork, add a remote for the main dwl repository: - `git remote add codeberg-dwl https://codeberg.org/dwl/dwl` + `git remote add upstream https://codeberg.org/dwl/dwl` 3. In your local clone of your Codeberg dwl fork, create a .patch file - `git format-patch codeberg-dwl/main... --stdout > PATCHNAME.patch` + `git format-patch upstream/main... --stdout > PATCHNAME.patch` 4. Fork [https://codeberg.org/dwl/dwl-patches][dwl-patches] 5. In your local copy, add a directory called `PATCHNAME` and place the `PATCHNAME.patch` you created in step three into the `PATCHNAME` directory. You may also place screenshots in the `PATCHNAME` directory that you can later reference in your [dwl-patches wiki][wiki] entry. 6. Use the Codeberg web interface to send a pull request to [dwl-patches] (NOT to [dwl])