From bdc713f9e6bdd47a50391421a4743cbcdc890059 Mon Sep 17 00:00:00 2001 From: A Frederick Christensen Date: Wed, 3 Apr 2024 13:57:14 +0000 Subject: [PATCH] Update instructions --- instructions.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/instructions.md b/instructions.md index 56db4ed..709316d 100644 --- a/instructions.md +++ b/instructions.md @@ -1,5 +1,11 @@ # Instructions for work on dwl patches +## Reporting Issues +- Issues with existing patches can be generated here in the dwl-patches [issues]. Please be sure to "@" reference the patch author in your issue. +- ~~You may choose to submit a pull request to the "git branch" listed for a patch.~~
+ Currently, Codeberg does not permit pull requests between forks. +- 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. @@ -37,11 +43,6 @@ ``` 10. Keep your `PATCHNAME.patch` file AND the associated wiki page updated appropriately. -## Reporting Issues -- Issues with existing patches can be generated here in the dwl-patches [issues]. Please be sure to "@" reference the patch author in your issue. -- You may choose to submit a pull request to the "git branch" listed for a patch. -- AUTHORS: When you commit an update to a patch to address an issue raised by another user, please add a "closes" tag referencing the appropriate issue number. - ## Updating/Modifying Existing Patches - If the existing patch is already being maintained by another author, do not make modifications to it without permission. - If you have submitted a pull request to the previous author's repository and received no reply after seven days, please feel free to edit the wiki page for the patch with your updated link. **DO** leave any previous author's nicks/links intact under the "Authors" heading. @@ -53,4 +54,4 @@ [dwl]: https://codeberg.org/dwl/dwl [dwl-patches]: https://codeberg.org/dwl/dwl-patches [wiki]: https://codeberg.org/dwl/dwl-patches/wiki -[issues]: https://codeberg.org/dwl/dwl-patches/issues +[issues]: https://codeberg.org/dwl/dwl-patches/issues \ No newline at end of file