From d41d6d8d37fc487f294232b49dec359dab11dc70 Mon Sep 17 00:00:00 2001 From: Michael Reneer Date: Mon, 6 Apr 2020 18:01:09 -0700 Subject: [PATCH] Export files to the correct location. PiperOrigin-RevId: 305158317 --- .../.github => .github}/ISSUE_TEMPLATE/bug_report.md | 0 .../.github => .github}/ISSUE_TEMPLATE/feature_request.md | 0 tensorflow_federated/.pylintrc => .pylintrc | 0 tensorflow_federated/.style.yapf => .style.yapf | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {tensorflow_federated/.github => .github}/ISSUE_TEMPLATE/bug_report.md (100%) rename {tensorflow_federated/.github => .github}/ISSUE_TEMPLATE/feature_request.md (100%) rename tensorflow_federated/.pylintrc => .pylintrc (100%) rename tensorflow_federated/.style.yapf => .style.yapf (100%) diff --git a/tensorflow_federated/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from tensorflow_federated/.github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/tensorflow_federated/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from tensorflow_federated/.github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md diff --git a/tensorflow_federated/.pylintrc b/.pylintrc similarity index 100% rename from tensorflow_federated/.pylintrc rename to .pylintrc diff --git a/tensorflow_federated/.style.yapf b/.style.yapf similarity index 100% rename from tensorflow_federated/.style.yapf rename to .style.yapf