diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
index ddbe716..bc53b18 100644
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
diff --git a/01.-Roadmap-and-Milestones-for-future-releases.md b/01.-Roadmap-and-Milestones-for-future-releases.md
index 8a2313a..8079fd4 100644
--- a/01.-Roadmap-and-Milestones-for-future-releases.md
+++ b/01.-Roadmap-and-Milestones-for-future-releases.md
@@ -122,5 +122,9 @@ References on Composite UI with microservices:
Managing Frontend in the Microservices Architecture
http://allegro.tech/2016/03/Managing-Frontend-in-the-microservices-architecture.html
+
+## Sending feedback and pull requests
+We'd appreciate to your feedback, improvements and ideas.
+You can create new issues at the issues section, do pull requests and/or send emails to eshop_feedback@service.microsoft.com
diff --git a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md
index 59a1c71..ad744b6 100644
--- a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md
+++ b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md
@@ -225,6 +225,9 @@ By default, the Xamarin app shows fake data from mock-services. In order to real
- In addition, you need to make sure that the used TCP ports of the services are open in the local firewall.
+## Sending feedback and pull requests
+We'd appreciate to your feedback, improvements and ideas.
+You can create new issues at the issues section, do pull requests and/or send emails to eshop_feedback@service.microsoft.com
diff --git a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md
index 655ad9d..da89fab 100644
--- a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md
+++ b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md
@@ -244,7 +244,9 @@ By default, the Xamarin app shows fake data from mock-services. In order to real
- In addition, you need to make sure that the used TCP ports of the services are open in the local firewall.
-
+## Sending feedback and pull requests
+We'd appreciate to your feedback, improvements and ideas.
+You can create new issues at the issues section, do pull requests and/or send emails to eshop_feedback@service.microsoft.com
diff --git a/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md
index e42e9fe..612bd44 100644
--- a/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md
+++ b/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md
@@ -4,3 +4,8 @@ This page will be written in the near future.
In the meantime, see:
https://github.com/dotnet/eShopOnContainers/wiki/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code)
+
+
+## Sending feedback and pull requests
+We'd appreciate to your feedback, improvements and ideas.
+You can create new issues at the issues section, do pull requests and/or send emails to eshop_feedback@service.microsoft.com
\ No newline at end of file
diff --git a/05.-Setting-up-the-eShopOnContainers-solution-version-based-on-project.json-files-and-Visual-Studio-2015-environment.md b/05.-Setting-up-the-eShopOnContainers-solution-version-based-on-project.json-files-and-Visual-Studio-2015-environment.md
index 439820d..e275296 100644
--- a/05.-Setting-up-the-eShopOnContainers-solution-version-based-on-project.json-files-and-Visual-Studio-2015-environment.md
+++ b/05.-Setting-up-the-eShopOnContainers-solution-version-based-on-project.json-files-and-Visual-Studio-2015-environment.md
@@ -1,11 +1,10 @@
## Related branch in GitHub
-As of Feb. 2017, the related branch for working with VS 2015 and project.json projects is this:
-**migration/net11**
+The related code for VS 2015 and project.json projects is the tagged VS215 version
+https://github.com/dotnet/eShopOnContainers/releases/tag/vs2015
-It might be migrated/renamed to a branch called **vs2015**.
-**IMPORTANT NOTE:** The branch supporting VS 2015 and project.json projects has been "deprecated" and even when it should work in VS 2015 and plain dotnet CLI and Docker CLI, this version will not get functional/features updates like the version for VS2017 and .CSPROJ projects that also works with the CLI.
-Basically, the eShopOnhContainers with project.json projects **migration/net11** is the branch that is deprecated and not being evolving anymore.
+**IMPORTANT NOTE:** The tagged version supporting VS 2015 and project.json projects has been "deprecated" and even when it should work in VS 2015 and plain dotnet CLI and Docker CLI, this version will not get functional/features updates like the version for VS2017 and .CSPROJ projects that also works with the CLI.
+Basically, the eShopOnhContainers with project.json projects is deprecated code and won't be evolving anymore.
## Development Environment Setup
### Requirements for January 2016 version of eShopOnContainers
diff --git a/06.-Setting-the-Web-SPA-application-up.md b/06.-Setting-the-Web-SPA-application-up.md
index c101019..45fb3ad 100644
--- a/06.-Setting-the-Web-SPA-application-up.md
+++ b/06.-Setting-the-Web-SPA-application-up.md
@@ -61,3 +61,7 @@ At this point, if you were originally following the eShopOnContainer setup for a
3. **CLI on Mac:** Build the .NET bits with the build-container based on dontnet CLI and Docker CLI, as explained in this page: https://github.com/dotnet/eShopOnContainers/wiki/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code)
+
+## Sending feedback and pull requests
+We'd appreciate to your feedback, improvements and ideas.
+You can create new issues at the issues section, do pull requests and/or send emails to eshop_feedback@service.microsoft.com
\ No newline at end of file
diff --git a/07.-Setting-up-the-Xamarin-mobile-apps.md b/07.-Setting-up-the-Xamarin-mobile-apps.md
index 5bf41d3..ae7be7e 100644
--- a/07.-Setting-up-the-Xamarin-mobile-apps.md
+++ b/07.-Setting-up-the-Xamarin-mobile-apps.md
@@ -1 +1,6 @@
-TBD..
\ No newline at end of file
+To be implemented soon.
+
+
+## Sending feedback and pull requests
+We'd appreciate to your feedback, improvements and ideas.
+You can create new issues at the issues section, do pull requests and/or send emails to eshop_feedback@service.microsoft.com
\ No newline at end of file