From 17379e4f1e6448e698880cb5778ac801ca19b76f Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sun, 3 Jul 2022 21:17:40 -0400 Subject: [PATCH] Update Contributing section of README Have people assign themselves to issues when working on a patch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30ea374..514be2b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ For discussing HPR site generation in general, please [submit an Issue](https:// ## Contributing Happy to take any contributions or suggestions. -To contribute code or documentation, please create a fork of the project and [submit a merge request](https://gitlab.com/roan.horning/hpr_generator/-/merge_requests) or send a patch. +To contribute code or documentation, please create a fork of the project and [submit a merge request](https://gitlab.com/roan.horning/hpr_generator/-/merge_requests) or send a patch. If an issue exists that is related to your patch, please assign the issue to yourself, or if it is already assigned to someone else, please coordinate with them to minimize duplicated efforts. If you have found an error in the code or the generated HTML, please [submit an Issue](https://gitlab.com/roan.horning/hpr_generator/-/issues), and add the label "**Bug Found**".