Skip to content

Commit 73185bd

Browse files
Merge pull request #677 from EuphoricThinking/contributing1
docs: add details in CONTRIBUTING.md
2 parents 60fa82c + 6ed6f48 commit 73185bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ source files, respectively.
9797
**NOTE**: We use specific versions of formatting tools to ensure consistency across the project. The required versions are:
9898
- clang-format version **15.0**, which can be installed with the command: `python -m pip install clang-format==15.0.7`.
9999
- cmake-format version **0.6**, which can be installed with the command: `python -m pip install cmake-format==0.6.13`.
100+
- black (no specific version required), which can be installed with the command: `python -m pip install black`.
100101

101102
Please ensure you have these specific versions installed before contributing to the project.
102103

0 commit comments

Comments
 (0)