X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=CONTRIBUTING.md;h=6f12c21e9f9d6c9035d3225316d3e5ed42b5d3eb;hb=refs%2Fheads%2F2022-11-fix-broken-futures-----again;hp=f7cf8c4e699e3578285abbdbe3c72b8a0f06759b;hpb=f99301dd8a7f056c0ed09ec827fddc00f325b3e5;p=rust-lightning diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7cf8c4e..6f12c21e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,8 +17,8 @@ Communication Channels Communication about the development of LDK and `rust-lightning` happens primarily on the [LDK Discord](https://discord.gg/5AcknnMfBw) in the `#ldk-dev` -channel. Additionally, live LDK devevelopment meetings are held every other -Monday 19:00 UTC in the [LDK Dev Jitsi Meeting +channel. Additionally, live LDK development meetings are held every other +Monday 17:00 UTC in the [LDK Dev Jitsi Meeting Room](https://meet.jit.si/ldkdevmeeting). Upcoming events can be found in the [LDK calendar](https://calendar.google.com/calendar/embed?src=c_e6fv6vlshbpoob2mmbvblkkoj4%40group.calendar.google.com). @@ -100,6 +100,10 @@ comment suggesting that you're working on it. If someone is already assigned, don't hesitate to ask if the assigned party or previous commenters are still working on it if it has been awhile. +Any changes that have nontrivial backwards compatibility considerations should +have an entry added in the `pending_changelog` folder which includes the +CHANGELOG entries that should be added in the next release. + Peer review -----------