Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,13 @@ Just a few things to keep in mind:
- Please try to avoid overly long lines and use semantic line breaks (where you break the line after each sentence).
There is no strict limit on line lengths; let the sentence or part of the sentence flow to its proper end on the same line.

You can use a tool in ci/sembr to help with this.
Its help output can be seen with this command:

```console
cargo run --manifest-path ci/sembr/Cargo.toml -- --help
```

- When contributing text to the guide, please contextualize the information with some time period
and/or a reason so that the reader knows how much to trust the information.
Aim to provide a reasonable amount of context, possibly including but not limited to:
Expand Down
Loading