Add contributing guide (#334)

* Add contributing guide

* small format changes for CONTRIBUTING.md

* Update CONTRIBUTING.md

Co-authored-by: MeirGavish <meir.gavish@gmail.com>

* Update CONTRIBUTING.md with more clang-format

* Move stuff around for CONTRIBUTING

* Update VScode instructions

* Remove recommendation for formatOnSave

* Update the clang-format thing again

* Update CONTRIBUTING.md

Co-authored-by: MeirGavish <meir.gavish@gmail.com>

---------

Co-authored-by: MeirGavish <meir.gavish@gmail.com>
This commit is contained in:
Rickey
2025-12-21 17:27:03 -08:00
committed by GitHub
parent 8fb0813cf5
commit 955a0942f1
4 changed files with 95 additions and 2 deletions
@@ -16,7 +16,7 @@ def grep_binary_offsets(path, pattern):
if __name__ == "__main__":
if len(sys.argv) < 2:
print("Usage: python script.py <file>")
print("Usage: python get_hash.py <file>")
sys.exit(1)
file_path = sys.argv[1]