From 5669a0c3f6df2fb9a2f29fcd97618de40fd97904 Mon Sep 17 00:00:00 2001 From: GeneAndGoogle <54457695+GeneAndGoogle@users.noreply.github.com> Date: Wed, 12 Feb 2020 15:20:44 -0800 Subject: [PATCH] Update issue templates --- .../android-kotlin-fundementals.md | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/android-kotlin-fundementals.md diff --git a/.github/ISSUE_TEMPLATE/android-kotlin-fundementals.md b/.github/ISSUE_TEMPLATE/android-kotlin-fundementals.md deleted file mode 100644 index 3777314..0000000 --- a/.github/ISSUE_TEMPLATE/android-kotlin-fundementals.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Android Kotlin Fundementals -about: Describe this issue template's purpose here. -title: 'Android Kotlin Fundamentals codelab: ' -labels: '' -assignees: '' - ---- - -**Describe the problem** -A clear and concise description of what the problem is. - -**In which lesson and step of the codelab can this issue be found?** -Lesson number + step number. - -**How to reproduce?** -What are the exact steps to reproduce the problem? - -**Versions** -1. What version of Android Studio are you using? -2. What API level are you targeting? - -**Additional information** -Add any other context about the problem here. - -**codelab:** android-kotlin-fundamentals