From c925897dde39650309df5d1e9386b67043cbf8d8 Mon Sep 17 00:00:00 2001 From: Artak Mkrtchyan <34246760+mkArtakMSFT@users.noreply.github.com> Date: Mon, 11 Dec 2017 12:06:33 -0800 Subject: [PATCH 1/9] Create .github/ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPALTE.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPALTE.md diff --git a/.github/ISSUE_TEMPALTE.md b/.github/ISSUE_TEMPALTE.md new file mode 100644 index 0000000000..180f5abcfa --- /dev/null +++ b/.github/ISSUE_TEMPALTE.md @@ -0,0 +1 @@ +This repo is OBSOLETE - please see the README file for information From 14892d4fbc88bbe7932a78563e7ee97af88e8a0e Mon Sep 17 00:00:00 2001 From: Artak Mkrtchyan <34246760+mkArtakMSFT@users.noreply.github.com> Date: Mon, 11 Dec 2017 13:14:54 -0800 Subject: [PATCH 2/9] Created PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..180f5abcfa --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +This repo is OBSOLETE - please see the README file for information From 4f8db67cdd3642beef1420163bfc9e8100d5d2d4 Mon Sep 17 00:00:00 2001 From: Artak Mkrtchyan <34246760+mkArtakMSFT@users.noreply.github.com> Date: Tue, 12 Dec 2017 09:14:52 -0800 Subject: [PATCH 3/9] Updated the readme.md file with obsolete details --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71b43697d2..9097fce9a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -ASP.NET Core MVC Precompilation + ASP.NET Core MVC Precompilation (obsolete) === +## Obsolete +We are planning to release a new feature from the aspnet/Razor repo, which would cover the scenarios provided by the tools in this repo. As a result, this repo is now obsolete. If you'd like to learn more about the new feature we will be replacing this with, please look here [![here](https://github.com/aspnet/Razor/issues/1740)]. + + AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/jx955ph2045dw1w0/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/mvcprecompilation/branch/dev) Travis: [![Travis](https://travis-ci.org/aspnet/MvcPrecompilation.svg?branch=dev)](https://travis-ci.org/aspnet/mvcprecompilation) From f2069e5ae5d23390b9ff1bf1f049aceec9636afd Mon Sep 17 00:00:00 2001 From: Artak Mkrtchyan <34246760+mkArtakMSFT@users.noreply.github.com> Date: Tue, 12 Dec 2017 09:16:05 -0800 Subject: [PATCH 4/9] Fixed the link to the replacement feature. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9097fce9a0..6f3637d213 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ === ## Obsolete -We are planning to release a new feature from the aspnet/Razor repo, which would cover the scenarios provided by the tools in this repo. As a result, this repo is now obsolete. If you'd like to learn more about the new feature we will be replacing this with, please look here [![here](https://github.com/aspnet/Razor/issues/1740)]. +We are planning to release a new feature from the aspnet/Razor repo, which would cover the scenarios provided by the tools in this repo. As a result, this repo is now obsolete. If you'd like to learn more about the new feature we will be replacing this with, please look [here](https://github.com/aspnet/Razor/issues/1740). AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/jx955ph2045dw1w0/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/mvcprecompilation/branch/dev) From 358506f7bbcdaefe079b413b15ea4a315f0aadca Mon Sep 17 00:00:00 2001 From: Artak Mkrtchyan <34246760+mkArtakMSFT@users.noreply.github.com> Date: Tue, 12 Dec 2017 12:08:02 -0800 Subject: [PATCH 5/9] Changed the aspnet/Razor phare to be a link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f3637d213..c47f9c9afd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ === ## Obsolete -We are planning to release a new feature from the aspnet/Razor repo, which would cover the scenarios provided by the tools in this repo. As a result, this repo is now obsolete. If you'd like to learn more about the new feature we will be replacing this with, please look [here](https://github.com/aspnet/Razor/issues/1740). +We are planning to release a new feature from the [aspnet/Razor](https://github.com/aspnet/razor) repo, which would cover the scenarios provided by the tools in this repo. As a result, this repo is now obsolete. If you'd like to learn more about the new feature we will be replacing this with, please look [here](https://github.com/aspnet/Razor/issues/1740). AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/jx955ph2045dw1w0/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/mvcprecompilation/branch/dev) From abce0227a3bd83d3cd4e94f3a31a4b2000a7de35 Mon Sep 17 00:00:00 2001 From: Artak Mkrtchyan <34246760+mkArtakMSFT@users.noreply.github.com> Date: Wed, 13 Dec 2017 13:34:04 -0800 Subject: [PATCH 6/9] Updated the readme file to reflect the PR feedback --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c47f9c9afd..49eca511c4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ - ASP.NET Core MVC Precompilation (obsolete) + +ASP.NET Core MVC Precompilation === -## Obsolete -We are planning to release a new feature from the [aspnet/Razor](https://github.com/aspnet/razor) repo, which would cover the scenarios provided by the tools in this repo. As a result, this repo is now obsolete. If you'd like to learn more about the new feature we will be replacing this with, please look [here](https://github.com/aspnet/Razor/issues/1740). - +## NOTE: This repo is solely for maintenance of the existing MVC precompilation feature. Future work on Razor compilation is now being handled in the [Razor](https://github.com/aspnet/razor) repo. See [aspnet/Razor#1740](https://github.com/aspnet/Razor/issues/1740) for additional details. AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/jx955ph2045dw1w0/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/mvcprecompilation/branch/dev) Travis: [![Travis](https://travis-ci.org/aspnet/MvcPrecompilation.svg?branch=dev)](https://travis-ci.org/aspnet/mvcprecompilation) From 94a85a5622015d308c83fbe130f9c3c3012bf6a4 Mon Sep 17 00:00:00 2001 From: Artak Mkrtchyan <34246760+mkArtakMSFT@users.noreply.github.com> Date: Wed, 13 Dec 2017 13:36:28 -0800 Subject: [PATCH 7/9] Tweaked the content of ISSUE_Template file. --- .github/ISSUE_TEMPALTE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPALTE.md b/.github/ISSUE_TEMPALTE.md index 180f5abcfa..953206f0ec 100644 --- a/.github/ISSUE_TEMPALTE.md +++ b/.github/ISSUE_TEMPALTE.md @@ -1 +1 @@ -This repo is OBSOLETE - please see the README file for information +## NOTE: This repo is solely for maintenance of the existing MVC precompilation feature. Future work on Razor compilation is now being handled in the [Razor](https://github.com/aspnet/razor) repo. See [aspnet/Razor#1740](https://github.com/aspnet/Razor/issues/1740) for additional details. From 978571a2768130622d3e043cfa6886cfed63bf9a Mon Sep 17 00:00:00 2001 From: Artak Mkrtchyan <34246760+mkArtakMSFT@users.noreply.github.com> Date: Wed, 13 Dec 2017 13:37:13 -0800 Subject: [PATCH 8/9] Removed the "bold" text --- .github/ISSUE_TEMPALTE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPALTE.md b/.github/ISSUE_TEMPALTE.md index 953206f0ec..37655ead71 100644 --- a/.github/ISSUE_TEMPALTE.md +++ b/.github/ISSUE_TEMPALTE.md @@ -1 +1 @@ -## NOTE: This repo is solely for maintenance of the existing MVC precompilation feature. Future work on Razor compilation is now being handled in the [Razor](https://github.com/aspnet/razor) repo. See [aspnet/Razor#1740](https://github.com/aspnet/Razor/issues/1740) for additional details. +NOTE: This repo is solely for maintenance of the existing MVC precompilation feature. Future work on Razor compilation is now being handled in the [Razor](https://github.com/aspnet/razor) repo. See [aspnet/Razor#1740](https://github.com/aspnet/Razor/issues/1740) for additional details. From 6a10d620e4b819e099c2fad6b6f6250ab8e931bb Mon Sep 17 00:00:00 2001 From: Artak Mkrtchyan <34246760+mkArtakMSFT@users.noreply.github.com> Date: Wed, 13 Dec 2017 13:37:36 -0800 Subject: [PATCH 9/9] Updated the file content --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 180f5abcfa..37655ead71 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1 +1 @@ -This repo is OBSOLETE - please see the README file for information +NOTE: This repo is solely for maintenance of the existing MVC precompilation feature. Future work on Razor compilation is now being handled in the [Razor](https://github.com/aspnet/razor) repo. See [aspnet/Razor#1740](https://github.com/aspnet/Razor/issues/1740) for additional details.