From 534577fb53c40bdbd0366dd1e8b25a1e4e7e953d Mon Sep 17 00:00:00 2001 From: Dave Favis-Mortlock Date: Fri, 12 Dec 2025 11:51:53 +0000 Subject: [PATCH] Update CODE_OF_CONDUCT.md Added short section about re-using existing code wherever possible. --- CODE_OF_CONDUCT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 1c661eb9e..6afee63f0 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -58,7 +58,7 @@ We strive to: Our work will be used by other people, and in turn we will depend on the work of others. When we make something for the benefit of CoastalME, we are willing to explain to others how it works, so that they can build on the work to make it - even better. Any decision we make will affect users and colleagues, and we + even better. Also, please make use of existing code (such as CoastalME's 2d integer and floating point classes) wherever possible. Don't try to re-invent the wheel! Any decision we make will affect users and colleagues, and we take those consequences seriously when making decisions. - Be inquisitive. @@ -132,4 +132,4 @@ To privately email the code of conduct committee leadership use coc@osgeo.org. Credits ------- -CoastalME re-uses the `OSGeo Code of Conduct `__ \ No newline at end of file +CoastalME re-uses the `OSGeo Code of Conduct `__