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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ but also #rust-bitcoin on IRC Freenode.
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). Major milestones are tracked [here](https://github.com/rust-bitcoin/rust-lightning/milestones?direction=asc&sort=title&state=open).
25
+
24
26
Contribution Workflow
25
27
---------------------
26
28
@@ -52,6 +54,8 @@ The Minimal Supported Rust Version is 1.22.0 (enforced by our Travis).
52
54
Commits should cover both issues fixed and solutions' rationale.
53
55
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind.
54
56
57
+
To facilitate communication with other contributors, if you are working on a GitHub Issue please assign it to yourself using GitHub's "assignee" field.
0 commit comments