Skip to content

Commit

Permalink
Merge pull request #125 from tovrstra/update-links2
Browse files Browse the repository at this point in the history
Update links once more
  • Loading branch information
tovrstra authored Jun 15, 2024
2 parents 3044f8b + 816e733 commit a239ce3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ python3 -m pip install -e .[toml]
```

## Coding Guidelines
We document our Coding Guidelines in the [QC-devs guidelines repo](https://github.com/theochem/guidelines/). We particularly suggest you review:

* [Contributing to QC-dev](https://github.com/theochem/.github/blob/main/contributing.md)
* [QC-Devs Code of Conduct](https://github.com/theochem/.github/blob/main/CodeOfConduct.md)
We document our default QC-Devs guidelines in the [.github repository](https://github.com/theochem/.github/).
We particularly suggest you review:

* [Contributing to QC-Devs](https://github.com/theochem/.github/blob/main/CONTRIBUTING.md)
* [QC-Devs Code of Conduct](https://github.com/theochem/.github/blob/main/CODE_OF_CONDUCT.md)

We also recommend installing pre-commit hooks. That ensure certain basic coding
style issues can be detected and fixed before submitting the pull request.
To set up these hooks, install [https://pre-commit.com/](pre-commit)
(e.g. using `pip install --user pre-commit`) and run `pre-commit install`.
(e.g. using `pip install --user pre-commit`) and run `pre-commit install`.

0 comments on commit a239ce3

Please sign in to comment.