Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit 3618a82

Browse files
authored
Contributing: Headlines
1 parent f56d8ba commit 3618a82

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing Guide
1+
# Contributing guide
22

33
Thanks for your interest in contributing to this project!
44
We 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).
1212
By participating, you are expected to uphold this code.
1313

14-
# Submitting Bug Reports
14+
# Submitting bug reports
1515

1616
Open 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

2424
First,
2525
please check the exising (open and closed) issues
@@ -38,7 +38,7 @@ provide a list of criteria
3838
that needs to be met by a future version of this library
3939
so you can use this feature.
4040

41-
# Submitting a Pull Request
41+
# Submitting a pull request
4242

4343
Do you want to submit a quick typo fix or something similar?
4444
No 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)
6565
in your PR description and/or commit messages.
6666

67-
## Required Setup
67+
## Required setup
6868

6969
To 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

8383
Every PR is checked by a continuous integration system, which
8484
compiles the code (`cargo build`),

0 commit comments

Comments
 (0)