From 7bf12001ca3283d766c9ce349cf14ee5d9b656c0 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 15 May 2026 10:54:59 -0400 Subject: [PATCH] Rename coding tuide to CONTRIBUTING --- Coding Guide.md => CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Coding Guide.md => CONTRIBUTING.md (98%) diff --git a/Coding Guide.md b/CONTRIBUTING.md similarity index 98% rename from Coding Guide.md rename to CONTRIBUTING.md index 39f3d2b2..b99f8ec0 100644 --- a/Coding Guide.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Coding Guide -This document serves as the official code standards guide for `BinaryObjectScanner` internal development. Please note that this is a work in progress and may not encapsulate all standards expected of new or existing code. +This document serves as the official code standards guide for `BinaryObjectScanner` internal development. Please note that this is a work in progress and may not encapsulate all standards expected of new or existing code. The included `.editorconfig` file can help enforce some of the standards mentioned below. ## General Code Guidelines