1- # Contributing Guide
1+ # Contributing guide
22
33Thanks for your interest in contributing to this project!
44We very much look forward to
@@ -11,15 +11,15 @@ This project and everyone participating in it is governed by
1111[ this Code of Conduct] ( CODE_OF_CONDUCT.md ) .
1212By participating, you are expected to uphold this code.
1313
14- # Submitting Bug Reports
14+ # Submitting bug reports
1515
1616Open an issue in which you:
1717
1818- Say which version of this library, the Rust compiler, and other dependencies (if relevant) you are using
1919- Explain what you are trying to do
2020- Try to provide a small, reproducible example of the issue.
2121
22- # Submitting Feature Requests
22+ # Submitting feature requests
2323
2424First,
2525please check the exising (open and closed) issues
@@ -38,7 +38,7 @@ provide a list of criteria
3838that needs to be met by a future version of this library
3939so you can use this feature.
4040
41- # Submitting a Pull Request
41+ # Submitting a pull request
4242
4343Do you want to submit a quick typo fix or something similar?
4444No need to read further, just send a PR!
@@ -64,21 +64,21 @@ Please nevertheless try to include something like
6464(where ` #42 ` is the issue this feature is described in)
6565in your PR description and/or commit messages.
6666
67- ## Required Setup
67+ ## Required setup
6868
6969To work on this project, you'll need
7070
7171- At least a beginner level understanding of Rust.
7272 If this is the first Rust project you contribute to,
7373 we recommend you read some of the [ freely available documentation] [ rust-docs ] first.
7474- A recent Rust compiler and working cargo
75- - Also see the section on Code Style and CI for additional tools
75+ - Also see the section on code style and CI for additional tools
7676- A Github account and working knowledge of git
7777- Basic communication skills in English
7878
7979[ rust-docs ] : https://doc.rust-lang.org/
8080
81- ## Code Style
81+ ## Code style
8282
8383Every PR is checked by a continuous integration system, which
8484compiles the code (` cargo build ` ),
0 commit comments