Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Bunting <drb24@cornell.edu>2018-07-10 20:33:29 +0300
committerDoug Bunting <drb24@cornell.edu>2018-07-10 21:19:36 +0300
commit9a471d9577ecc0fc7724a9df059c2248552eddf2 (patch)
tree801e2ddee24995faa2fd208a546dd66aef239dad /CONTRIBUTING.md
parentca7f131882bb4b3fe1e063edd824e43d47382a12 (diff)
Remove references to the `dev` branch
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9c8f533a25..0aa8b5a49f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -68,7 +68,7 @@ You will need to sign a [Contributor License Agreement](https://cla.dotnetfounda
If you don't know what a pull request is read this article: https://help.github.com/articles/using-pull-requests. Make sure the respository can build and all tests pass. Familiarize yourself with the project workflow and our coding conventions. The coding, style, and general engineering guidelines are published on the [Engineering guidelines](https://github.com/aspnet/Home/wiki/Engineering-guidelines) page.
-Pull requests should all be done to the **dev** branch (not master).
+Pull requests should all be done to the **release/2.2** (for the next release) or **master** (for 3.0 work) branch.
**Commit/Pull Request Format**
@@ -89,4 +89,4 @@ Addresses #bugnumber (in this specific format)
**Feedback**
-Your pull request will now go through extensive checks by the subject matter experts on our team. Please be patient; we have hundreds of pull requests across all of our repositories. Update your pull request according to feedback until it is approved by one of the ASP.NET team members. After that, one of our team members will add the pull request to **dev**.
+Your pull request will now go through extensive checks by the subject matter experts on our team. Please be patient; we have hundreds of pull requests across all of our repositories. Update your pull request according to feedback until it is approved by one of the ASP.NET team members. After that, one of our team members will add the pull request to **release/2.2** or **master**.