From: Steve Lee Date: Wed, 19 Feb 2020 01:04:55 +0000 (-0800) Subject: Add project tracking and conventions we want to adopt X-Git-Tag: v0.0.12~114^2~1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=3cfd07f3301db25a15c5ea7d5ded3df61c41518a;hp=69c3eb27020b87fe437d86c670fb29bd1cb91a39;p=rust-lightning Add project tracking and conventions we want to adopt --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df3f100b..ca3cc720 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 -----------