Skip to content

Commit

Permalink
Remove redundant information
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Aug 25, 2022
1 parent a8cd546 commit 0ca098b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,6 @@ If you think your request is an obvious improvement, open an issue. If want to d

If you want to fix a bug, add a new feature, or improve an existing one, just fork the repository, make your change, and submit a pull request. Once submitted, [@hannobraun] will review the pull request, give feedback and possibly request changes, and once everything is in order, merge it.

CI will kick in automatically when you create a PR. However, to save time you can verify your changes locally by running the following from the repository root:

``` sh
just build
```

You may need to install `just` first:

```sh
cargo install just
```

Please note that the `justfile` is maintained in parallel to the CI configuration. It's possible that they can start to deviate over time. Most CI failures not caught by `just build` should be considered a bug, so please open an issue if you run into that!

Pull requests are always welcome. But of course, there's a risk that yours might not be accepted. Bug fixes and other obvious improvements are usually safe, but new features might be deemed out of scope.

If you don't want to risk spending time on work that might not be merged, you can start a discussion first. [Matrix] or [Discussions] are the best ways to do that.
Expand Down

0 comments on commit 0ca098b

Please sign in to comment.