From 4d0d9ba4eff32834f0d5c0923681f6b60c0d9e79 Mon Sep 17 00:00:00 2001 From: Jon Thysell Date: Fri, 3 May 2019 17:09:28 -0700 Subject: [PATCH] Update CODEOWNERS and ISSUE_TEMPLATE (#2408) * Update CODEOWNERS * Remove old ISSUE_TEMPLATES --- .github/CODEOWNERS | 4 +- .github/ISSUE_TEMPLATE/DOTNET.md | 109 ------------------------------- .github/ISSUE_TEMPLATE/RNWCPP.md | 6 -- 3 files changed, 1 insertion(+), 118 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/DOTNET.md delete mode 100644 .github/ISSUE_TEMPLATE/RNWCPP.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 02493a20575..bf927d3cf37 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1 @@ -* @Microsoft/react-native-windows-admin -/RNWCS/ @Microsoft/react-native-windows-admin -/RNWCPP/ @Microsoft/react-native-windows-write +* @Microsoft/react-native-windows-write diff --git a/.github/ISSUE_TEMPLATE/DOTNET.md b/.github/ISSUE_TEMPLATE/DOTNET.md deleted file mode 100644 index ce8c59cc3d0..00000000000 --- a/.github/ISSUE_TEMPLATE/DOTNET.md +++ /dev/null @@ -1,109 +0,0 @@ ---- -name: React Native Windows (v0.57 and earlier) -about: Bugs and feature requests for React Native Windows v0.57 and earlier. -title: -labels: .NET -assignees: rozele ---- - -### Environment - - - -1. `react-native -v`: -2. `npm ls rnpm-plugin-windows`: -3. `npm ls react-native-windows`: -4. `node -v`: -5. `npm -v`: -6. `yarn --version`: - -Then, specify: - - -- Target Platform: - - -- Target Platform Version(s): - - -- Target Device(s): - - -- Development Operating System: - - -- Visual Studio Version: - - -- Build Configuration: - -### Steps to Reproduce - - - -(Write your steps here:) - -1. -2. -3. - -### Expected Behavior - - - -(Write what you thought would happen.) - -### Actual Behavior - - - -(Write what happened. Add screenshots!) - -### Reproducible Demo - - - -(Paste the link to an example project and exact instructions to reproduce the issue.) - - diff --git a/.github/ISSUE_TEMPLATE/RNWCPP.md b/.github/ISSUE_TEMPLATE/RNWCPP.md deleted file mode 100644 index 3cea9e74728..00000000000 --- a/.github/ISSUE_TEMPLATE/RNWCPP.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: RNWCPP Bug or Feature -about: Bugs and feature requests for RNWCPP (under development). -title: -labels: rnwcpp ----