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
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,15 @@ you'll learn.
15
15
Communications Channels
16
16
-----------------------
17
17
18
-
Communication about Rust-Lightning happens primarily on #ldk-dev on the[LDK slack](http://www.lightningdevkit.org/),
19
-
but also #rust-bitcoin on IRC Freenode.
18
+
Communication about Rust-Lightning happens primarily on #ldk-dev on the
19
+
[LDK slack](http://www.lightningdevkit.org/), but also #rust-bitcoin on IRC Freenode.
20
20
21
21
Discussion about code base improvements happens in GitHub issues and on pull
22
22
requests.
23
23
24
+
Major projects are tracked [here](https://github.com/rust-bitcoin/rust-lightning/projects).
25
+
Major milestones are tracked [here](https://github.com/rust-bitcoin/rust-lightning/milestones?direction=asc&sort=title&state=open).
26
+
24
27
Contribution Workflow
25
28
---------------------
26
29
@@ -49,9 +52,15 @@ hestitate to split it into multiple small, focused PRs.
49
52
50
53
The Minimal Supported Rust Version is 1.22.0 (enforced by our Travis).
51
54
52
-
Commits should cover both issues fixed and solutions' rationale.
55
+
Commits should cover both the issue fixed and the solution's rationale.
53
56
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind.
54
57
58
+
To facilitate communication with other contributors, the project is making use of
59
+
GitHub's "assignee" field. First check that no one is assigned and then comment
60
+
suggesting that you're working on it. If someone is already assigned, don't hesitate
61
+
to ask if the assigned party or previous commenters are still working on it if it has
62
+
been awhile.
63
+
55
64
Peer review
56
65
-----------
57
66
@@ -94,6 +103,7 @@ Going further
94
103
95
104
You may be interested by Jon Atack guide on [How to review Bitcoin Core PRs](https://github.com/jonatack/bitcoin-development/blob/master/how-to-review-bitcoin-core-prs.md)
96
105
and [How to make Bitcoin Core PRs](https://github.com/jonatack/bitcoin-development/blob/master/how-to-make-bitcoin-core-prs.md).
97
-
While there are differences between the projects in terms of context and maturity, many of the suggestions offered apply to this project.
106
+
While there are differences between the projects in terms of context and maturity, many
0 commit comments