Skip to content

Commit

Permalink
Update contributing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Nov 14, 2024
1 parent f493599 commit cc688b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Contributing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to chemfiles
# Contributing to chemiscope

:tada: First off, thanks for taking the time to contribute to chemiscope! :tada:

Expand Down Expand Up @@ -56,7 +56,7 @@ server for your fork by running:
```bash
git clone https://github.com/<YOUR USERNAME>/chemiscope
cd chemiscope
npm install
npm ci
npm start
```

Expand Down Expand Up @@ -87,7 +87,10 @@ the "Editor Support" section of the [prettier] website. If you want to manually
format your files, you can use

```bash
# format JavaScript/TypeScript
npx prettier --write <path/to/the/files>
# format Python
tox -e format
```

Finally, you can push your code to Github, and create a [Pull Request][pr] to
Expand Down

0 comments on commit cc688b8

Please sign in to comment.