Skip to content

Commit f51271d

Browse files
committed
Only use two newlines before level 2 headings
In an attempt help maintain visual structure only use two newlines before level 2 headings.
1 parent 55903f4 commit f51271d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ implementation and other Rust Bitcoin-related projects, which are hosted in the
88
mostly guidelines, not rules. Use your best judgment, and feel free to propose
99
changes to this document in a pull request.
1010

11-
1211
#### Table Of Contents
1312

1413
- [General](#general)
@@ -138,7 +137,6 @@ NB: Please keep in mind that the script above replaces `Cargo.lock` file, which
138137
is necessary to support current MSRV, incompatible with `stable` and newer cargo
139138
versions.
140139

141-
142140
### Peer review
143141

144142
Anyone may participate in peer review which is expressed by comments in the pull
@@ -147,7 +145,6 @@ test out the patch set and opine on the technical merits of the patch. Please,
147145
first review PR on the conceptual level before focusing on code style or
148146
grammar fixes.
149147

150-
151148
### Repository maintainers
152149

153150
Pull request merge requirements:
@@ -172,7 +169,6 @@ Current list of the project maintainers:
172169

173170
Library reflects Bitcoin Core approach whenever possible.
174171

175-
176172
### Formatting
177173

178174
The repository currently does not use `rustfmt`.
@@ -188,14 +184,12 @@ and [how it is planned to coordinate it with crate refactoring](https://github.c
188184
For the new code it is recommended to follow style of the existing codebase and
189185
avoid any end-line space characters.
190186

191-
192187
### MSRV
193188

194189
The Minimal Supported Rust Version (MSRV) is 1.29; it is enforced by our CI.
195190
Later we plan to increase MSRV to support Rust 2018 and you are welcome to check
196191
the [tracking issue](https://github.com/rust-bitcoin/rust-bitcoin/issues/510).
197192

198-
199193
### Naming conventions
200194

201195
Naming of data structures/enums and their fields/variants must follow names used
@@ -204,7 +198,6 @@ in Bitcoin Core, with the following exceptions:
204198
snake_case for fields and variants);
205199
- omit `C`-prefixes.
206200

207-
208201
### Unsafe code
209202

210203
Use of `unsafe` code is prohibited unless there is a unanimous decision among

0 commit comments

Comments
 (0)