From 9575bc77d8c35e4d58d43d96a79f9b44864e99d7 Mon Sep 17 00:00:00 2001 From: Maarten Balliauw Date: Wed, 3 Apr 2019 15:24:36 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a8680e38..f878d7ac 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -12,7 +12,7 @@ #### **Did you write a patch that fixes a bug?** -* Open a new GitHub pull request with the patch. Note that pull requests should target our `develop` branch. +* Open a new GitHub pull request with the patch. Note that pull requests should target our `master` branch. * Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable. @@ -22,12 +22,12 @@ Changes that are cosmetic in nature and do not add anything substantial to the s #### **Do you intend to add a new feature or change an existing one?** -* Suggest your change under [Issues](https://github.com/JetBrains/YouTrackSharp/issues) and start writing code against our `develop` branch. +* Suggest your change under [Issues](https://github.com/JetBrains/YouTrackSharp/issues) and start writing code against our `master` branch. -* Once completed, open a new GitHub pull request with the code changes. Note that pull requests should target our `develop` branch. +* Once completed, open a new GitHub pull request with the code changes. Note that pull requests should target our `master` branch. * The pull request will be reviewed and may require updates to the contributed code. * The pull request may or may not be accepted. -Thanks! :heart: :heart: :heart: \ No newline at end of file +Thanks! :heart: :heart: :heart: