Skip to content

Commit

Permalink
style: dprint fmt
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
  • Loading branch information
simonsan committed Sep 7, 2023
1 parent 767fde9 commit e6a4904
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ making changes, please include relevant unit tests. Run the test suite with:
cargo test --workspace
```

or check the [development guide](https://rustic.cli.rs/docs/development/intro.html) for
more information which tools we provide for making developing `rustic` easier.
or check the
[development guide](https://rustic.cli.rs/docs/development/intro.html) for more
information which tools we provide for making developing `rustic` easier.

Make sure all tests pass before submitting your changes. PRs containing tests
have a much higher probability of getting merged (fast).
Expand All @@ -107,7 +108,8 @@ the new code.

Besides that, we welcome PRs which increase the general test coverage of the
project. You can check the
[testing guide](https://rustic.cli.rs/docs/development/testing.html#code-coverage) for more information.
[testing guide](https://rustic.cli.rs/docs/development/testing.html#code-coverage)
for more information.

We appreciate tests in every form: be it *unit*, *doc* or *integration* tests
(chose depending on your use case).
Expand Down Expand Up @@ -268,8 +270,8 @@ Some extra tutorials on `git rebase`:
## Development Setup
If you want to set up a local development environment, follow the steps in the
[development guide](https://rustic.cli.rs/docs/development/intro.html) file - which is currently
being worked on.
[development guide](https://rustic.cli.rs/docs/development/intro.html) file -
which is currently being worked on.
## License
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ You can ask questions in the [Discussions][3] or have a look at the

## Getting started

Please check our [documentation](https://rustic.cli.rs/docs/getting_started.html) for more information on how to get started.
Please check our
[documentation](https://rustic.cli.rs/docs/getting_started.html) for more
information on how to get started.

## Installation

Expand Down

0 comments on commit e6a4904

Please sign in to comment.