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:
authorEilon Lipton <Eilon@users.noreply.github.com>2015-01-13 20:57:43 +0300
committerEilon Lipton <Eilon@users.noreply.github.com>2015-01-13 20:57:43 +0300
commit399249c910761fd89eabc8b7b4b1208092443e7b (patch)
tree9ad24f42a01549e1af15447e069679cdebe0eaa3
parent9d7fd3f125fc037bb7104e46e7d87c0a01f3f325 (diff)
Clarified default dev branchv1.0.0-beta2
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9eee938f6c..e493cf151b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -57,6 +57,8 @@ Here's a few things you should always do when making changes to the code base:
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 normally be submitted to the repo's `dev` branch because that's where daily development takes place.
+
**Commit/Pull Request Format**
```