mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Merge pull request #1501 from tnull/2022-05-mention-compat-level
Mention backwards compatibility in CONTRIBUTING.
This commit is contained in:
commit
8e5cf75771
1 changed files with 4 additions and 1 deletions
|
@ -75,7 +75,10 @@ be covered by functional tests.
|
||||||
When refactoring, structure your PR to make it easy to review and don't
|
When refactoring, structure your PR to make it easy to review and don't
|
||||||
hesitate to split it into multiple small, focused PRs.
|
hesitate to split it into multiple small, focused PRs.
|
||||||
|
|
||||||
The Minimum Supported Rust Version is 1.41.1 (enforced by our GitHub Actions).
|
The Minimum Supported Rust Version (MSRV) currently is 1.41.1 (enforced by
|
||||||
|
our GitHub Actions). Also, the compatibility for LDK object serialization is
|
||||||
|
currently ensured back to and including crate version 0.0.99 (see the
|
||||||
|
[changelog](CHANGELOG.md)).
|
||||||
|
|
||||||
Commits should cover both the issue fixed and the solution's rationale.
|
Commits should cover both the issue fixed and the solution's rationale.
|
||||||
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind.
|
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind.
|
||||||
|
|
Loading…
Add table
Reference in a new issue