From ea223e74cc385bc17f8a55a8a7e8f4d9dfb84b7f Mon Sep 17 00:00:00 2001 From: A Frederick Christensen Date: Fri, 5 Apr 2024 08:16:13 +0000 Subject: [PATCH] Update instructions --- instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instructions.md b/instructions.md index 709316d..1e917e2 100644 --- a/instructions.md +++ b/instructions.md @@ -7,9 +7,9 @@ - AUTHORS: When you commit an update to a patch to address an issue raised by another user, please advise that you have done so in the issue here on `dwl-patches`. ## Creating Patches -1. Create a [Codeberg] account and clone the [dwl] repository. -2. Create a branch in your repository for the patch you are generating and maintaining. -3. Make and test the modifications for your patch. +1. Create a [Codeberg] account and fork the [dwl] repository. +2. Create a branch in your Codeberg `dwl` repository for the patch you are generating and maintaining. +3. Build dwl with your patch and test the modifications that are introduced by your patch. ## 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!