From 47f4fd17a0a0577bc2e8dc1c7ea70a9d09b893cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Thu, 23 May 2024 08:57:04 -0600 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 383487915..9456f9e99 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,13 +1,13 @@ -# New Code: +# New Code 1. Please support all changed functionality with unit testing. A TDD approach usually leaves a cleaner end result than writing test afterwards -# Issues: +# Issues 1. Please explain your environment in the ticket. Frequently initialization issues due to not following best practices or the documentation are the causes. Check the documentation and search previous issues before opening up a new one. 1. Don't be afraid of adding additional contexst of an old issue in case you think this will improve things for the community going forward. -# Community Driven: -G3log is community driven. Be respectful. G3log is developed and maintained without financial support, being helpful and polite will move your request and input along faster. \ No newline at end of file +# Community Driven +G3log is community driven. Be respectful. G3log is developed and maintained without financial support, being helpful and polite will move your request and input along faster.