You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,15 @@ Every new feature should be covered by functional tests where possible.
46
46
When refactoring, structure your PR to make it easy to review and don't
47
47
hesitate to split it into multiple small, focused PRs.
48
48
49
-
The Minimal Supported Rust Version is 1.46 (enforced by our CI).
49
+
The Minimal Supported Rust Version is **1.57.0** (enforced by our CI).
50
50
51
51
Commits should cover both the issue fixed and the solution's rationale.
52
-
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind.
52
+
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind. Commit messages should follow the ["Conventional Commits 1.0.0"](https://www.conventionalcommits.org/en/v1.0.0/) to make commit histories easier to read by humans and automated tools.
53
53
54
54
To facilitate communication with other contributors, the project is making use
55
55
of GitHub's "assignee" field. First check that no one is assigned and then
56
56
comment suggesting that you're working on it. If someone is already assigned,
57
-
don't hesitate to ask if the assigned party or previous commenters are still
57
+
don't hesitate to ask if the assigned party or previous commenter are still
0 commit comments