mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 06:57:53 +01:00
Add project tracking and conventions we want to adopt
This commit is contained in:
parent
69c3eb2702
commit
3cfd07f330
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@ but also #rust-bitcoin on IRC Freenode.
|
|||
Discussion about code base improvements happens in GitHub issues and on pull
|
||||
requests.
|
||||
|
||||
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).
|
||||
|
||||
Contribution Workflow
|
||||
---------------------
|
||||
|
||||
|
@ -52,6 +54,8 @@ The Minimal Supported Rust Version is 1.22.0 (enforced by our Travis).
|
|||
Commits should cover both issues fixed and solutions' rationale.
|
||||
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind.
|
||||
|
||||
To facilitate communication with other contributors, if you are working on a GitHub Issue please assign it to yourself using GitHub's "assignee" field.
|
||||
|
||||
Peer review
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue