Skip to content

Commit aabe033

Browse files
committed
Merge rust-bitcoin/rust-bitcoin#797: Remove Sebastian from maintainers list
42e10ff Only use two newlines before level 2 headings (Tobin Harding) 9be2fb6 Remove Sebastian from maintainers list (Tobin Harding) Pull request description: @sgeisler requested by email to be step down from the position of maintainer of `rust-bitcoin`. Remove his name from the contributing document's list of maintainers. Implement @dr-orlovsky's suggested [whitespace policy ](rust-bitcoin/rust-bitcoin#795 (comment) we are at it. ACKs for top commit: Kixunil: ACK 42e10ff dr-orlovsky: ACK 42e10ff apoelstra: utACK 42e10ff Tree-SHA512: f2e3f3bde5b2e42b0144328dbe4c5c1471764cd5cf0270c71aeee68c4cf962bfc2fd1a5718d4db3809113e5f5a6b92ce0c76582c6d8426a216b025b726fb0e54
2 parents f7c0368 + f51271d commit aabe033

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 8 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:
@@ -162,7 +159,6 @@ Current list of the project maintainers:
162159
- [Maxim Orlovsky](https://github.com/dr-orlovsky)
163160
- [Matt Corallo](https://github.com/TheBlueMatt)
164161
- [Elichai Turkel](https://github.com/elichai)
165-
- [Sebastian Geisler](https://github.com/sgeisler)
166162
- [Sanket Kanjalkar](https://github.com/sanket1729)
167163
- [Martin Habovštiak](https://github.com/Kixunil)
168164
- [Riccardo Casatta](https://github.com/RCasatta)
@@ -173,7 +169,6 @@ Current list of the project maintainers:
173169

174170
Library reflects Bitcoin Core approach whenever possible.
175171

176-
177172
### Formatting
178173

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

192-
193187
### MSRV
194188

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

199-
200193
### Naming conventions
201194

202195
Naming of data structures/enums and their fields/variants must follow names used
@@ -205,7 +198,6 @@ in Bitcoin Core, with the following exceptions:
205198
snake_case for fields and variants);
206199
- omit `C`-prefixes.
207200

208-
209201
### Unsafe code
210202

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

0 commit comments

Comments
 (0)