Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenba authored Apr 3, 2019
1 parent a223f92 commit 9575bc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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:
Thanks! :heart: :heart: :heart:

0 comments on commit 9575bc7

Please sign in to comment.