Update instructions

A Frederick Christensen 2024-04-05 08:16:13 +00:00
parent 847fda4952
commit ea223e74cc

@ -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`. - 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 ## Creating Patches
1. Create a [Codeberg] account and clone the [dwl] repository. 1. Create a [Codeberg] account and fork the [dwl] repository.
2. Create a branch in your repository for the patch you are generating and maintaining. 2. Create a branch in your Codeberg `dwl` repository for the patch you are generating and maintaining.
3. Make and test the modifications for your patch. 3. Build dwl with your patch and test the modifications that are introduced by your patch.
## Contributing Patches to this Wiki ## 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! 1. If work has been done to the main branch at [dwl] since you started work on your patch, REBASE YOUR PATCH!