From 30190c1eb2afe8e5b2526d67b64ed44b939678c3 Mon Sep 17 00:00:00 2001 From: Vignesh Edithal Date: Tue, 17 Dec 2024 09:59:36 -0800 Subject: [PATCH] Add coding guidelines * Use pathlib library functions instead of os.path for file path manipulation --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40792421e..3dde9773b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,3 +51,9 @@ Now, when you commit code to the repository you should see something like this: ![A screen capture showing terminal output from a pre-commit hook](docs/data/contributing/pre-commit-hook.png) Please see the [pre-commit documentation](https://pre-commit.com/#quick-start) for additional information. + +## Coding guidelines + +Below are some repository specific guidelines which are followed througout the repository. +Any future contributions should adhere to these guidelines: +* Use pathlib library functions instead of os.path for manipulating file paths \ No newline at end of file