Skip to content

Commit

Permalink
Add coding guidelines
Browse files Browse the repository at this point in the history
* Use pathlib library functions instead of os.path for file path
  manipulation
  • Loading branch information
vedithal-amd committed Dec 17, 2024
1 parent cfec0fe commit 8019721
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8019721

Please sign in to comment.