Skip to content

Commit

Permalink
Update contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored May 24, 2024
1 parent 0129f4a commit 04af31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Please abide by the following guidelines when contributing code to quacc:

- All code should include type hints and have internally consistent documentation for the inputs and outputs.

- Use absolute paths where possible and avoid using `os.chdir` or `os.getcwd()`. This helps ensure that quacc can be run in multi-threading mode.
- Use absolute paths and avoid using `os.chdir` or `os.getcwd()`. This helps ensure that quacc can be run in multi-threading mode.

- `gzip` large test files to save space.

Expand Down

0 comments on commit 04af31e

Please sign in to comment.