From 56c7a7aa1d6fde7521972d6d9f0979129a98c083 Mon Sep 17 00:00:00 2001 From: Vishnuvardhan Janapati <46058173+jvishnuvardhan@users.noreply.github.com> Date: Thu, 24 Jun 2021 13:21:55 -0700 Subject: [PATCH] Create 90-keras-issue.md Added a tf.keras template to notify the users about `tf.keras` code moved from [tensorflow/tensorflow](https://github.com/tensorflow/tensorflow) repository to [keras-team/keras](https://github.com/keras-team/keras) repository. Also, asking users to create new issues in [keras-team/keras](https://github.com/keras-team/keras/issues) repository. --- .github/ISSUE_TEMPLATE/90-keras-issue.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/90-keras-issue.md diff --git a/.github/ISSUE_TEMPLATE/90-keras-issue.md b/.github/ISSUE_TEMPLATE/90-keras-issue.md new file mode 100644 index 00000000000..85ef5b2f3b9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/90-keras-issue.md @@ -0,0 +1,18 @@ +--- +name: Keras Issue +about: Use this template for reporting a keras issue +labels: 'type:keras' + +--- + +Please make sure that this is an issue related to keras. +tag:keras_template + + +**Important Notice** +- +Please note that `tf.keras` code was moved entirely to [keras-team/keras](https://github.com/keras-team/keras) repository +- +You can open any code/doc bugs, performance issues, and feature requests in [keras-team/keras](https://github.com/keras-team/keras/issues) repository +- +`tf.keras` related issues opened in [tensorflow/tensorflow](https://github.com/tensorflow/tensorflow) repository may not get attention as [keras-team/keras](https://github.com/keras-team/keras) repository is dedicated for the development of `keras` code