diff --git a/client/pom.xml b/client/pom.xml
index d7d6a40f490..98734991d6f 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -606,7 +606,9 @@
-
+
+
+
diff --git a/ui/.github/ISSUE_TEMPLATE/bug_report.md b/ui/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 332b6d5c8d2..00000000000
--- a/ui/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-name: Bug Report
-about: Create a bug report to help us improve
-title: "[BUG] "
-labels: bug
-assignees: rhtyd
-
----
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-
-1. Log in as a User or an Admin
-2. Go to '...'
-3. Click on '....'
-4. Scroll down to '....'
-5. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
-
-**Desktop (please complete the following information):**
- - OS: [e.g. Windows, Mac, iOS, Android with device/screen details if applicable]
- - Browser [e.g. chrome, safari]
- - Version [e.g. 22]
-
-**Additional context**
-Add any other context about the problem here.
diff --git a/ui/.github/ISSUE_TEMPLATE/feature_request.md b/ui/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 9edd6376d92..00000000000
--- a/ui/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: Feature Request
-about: Suggest an idea for Primate
-title: '[FEATURE] '
-labels: feature
-assignees: rhtyd
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/ui/.license.header b/ui/.license.header
deleted file mode 100644
index b248758bc12..00000000000
--- a/ui/.license.header
+++ /dev/null
@@ -1,16 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements. See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership. The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License. You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
diff --git a/ui/.travis.yml b/ui/.travis.yml
deleted file mode 100644
index 02a2c81e1a4..00000000000
--- a/ui/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-language: node_js
-node_js:
- - 12
-cache:
- npm: false
-script:
- - npm run lint && npm run build
- - npm run test:unit
diff --git a/ui/.github/ISSUE_TEMPLATE/test_full_plan.md b/ui/docs/full-test-plan.template.md
similarity index 100%
rename from ui/.github/ISSUE_TEMPLATE/test_full_plan.md
rename to ui/docs/full-test-plan.template.md
diff --git a/ui/.github/ISSUE_TEMPLATE/smoke_test_plan.md b/ui/docs/smoke-test-plan.template.md
similarity index 100%
rename from ui/.github/ISSUE_TEMPLATE/smoke_test_plan.md
rename to ui/docs/smoke-test-plan.template.md