From f65089af86b3a889f3b727c0a79d997ef5ebfc34 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 5 May 2024 17:56:48 +0200 Subject: [PATCH] CONTRIBUTING.md: Remove the bit about the testing branch We're going to commit directly to master from now one. The 'testing' policy predates PyPI releases and Git master was the primary mean of distributing Limnoria back then, but it does not make sense anymore. --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99badc092..4cb2f98b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,10 +19,6 @@ optional. ## Sending patches -When you send a pull request, **send it to the testing branch**. -It will be merged to master when it's considered to be stable enough to be -supported. - Don't fear that you spam Limnoria by sending many pull requests. According to @ProgVal, it's easier for them to accept pull requests than to cherry-pick everything manually.