From ea87b9c7884c53c97854fe3efc47528896cdde2b Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Fri, 29 Jan 2021 23:15:44 +1100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b3efe9c..e140371e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,6 +49,6 @@ So that you can start straight away. - If your modifications changes the documented behavior or add new features, document these changes in [README.md](README.md). -- When finished, push the changes to your GitHub repository and send a pull request to **develop**. Describe what your PR does. +- When finished, push the changes to your GitHub repository and send a pull request. Describe what your PR does. - If the Travis build fails, or if you get a code review with change requests, you can fix these by pushing new or rebased commits to the branch.