From 30c0058a88d4e83a964e20d9ec55683cbc457815 Mon Sep 17 00:00:00 2001 From: Osspial Date: Mon, 3 Jun 2019 16:38:15 -0400 Subject: [PATCH] Update CONTRIBUTING.md (#897) --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a8a0c7832..a65b87a91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,7 @@ +# PLEASE MAKE PRs AGAINST THE `eventloop-2.0` BRANCH. + +All development work for our next version is being done against that branch. Refer to [#459](https://github.com/rust-windowing/winit/issues/459) and [the associated milestone](https://github.com/rust-windowing/winit/milestone/2) for details on what that branch changes. + # Winit Contributing Guidelines ## Scope