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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,8 @@ 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.45 (enforced by our CI).
50
-
51
49
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.
50
+
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind. Commit messages 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. All commits must be [GPG signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).
53
51
54
52
To facilitate communication with other contributors, the project is making use
55
53
of GitHub's "assignee" field. First check that no one is assigned and then
0 commit comments