Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas0008 committed Sep 7, 2024
1 parent ef3923c commit 0d6f7b4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ There are several ways you can contribute to Pumpkin:
Ensure your code adheres to our project structure and style guidelines.
Write clear and concise commit messages that describe your changes.

### Faster Compiles

We use extism for our plugins, unfortunately extism has quite a hefty impact on compile times, which can increase it by several minutes on release mode. To run Pumpkin without plugins, run the following:

```shell
cargo run --no-default-features
```

And in release:

```shell
cargo run --no-default-features --release
```

### Project Structure

Before contributing, it would be helpful to get to know the project structure, for further information, visit [STRUCTURE.md](STRUCTURE.md)
Expand Down

0 comments on commit 0d6f7b4

Please sign in to comment.