From 4a94b39bd9d411fa8a01f31973ada3c4bcf31278 Mon Sep 17 00:00:00 2001 From: GeneAndGoogle <54457695+GeneAndGoogle@users.noreply.github.com> Date: Mon, 3 Feb 2020 14:22:40 -0800 Subject: [PATCH] Add issue template --- .../android-kotlin-fundementals.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create 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 new file mode 100644 index 0000000..157a047 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/android-kotlin-fundementals.md @@ -0,0 +1,23 @@ +--- +name: Android Kotlin Fundementals +about: Describe this issue template's purpose here. +title: 'Android Kotlin Fundamentals codelab: ' +labels: '' +assignees: aleksinthecloud, GeneAndGoogle, jhansi + +--- + +**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. + +**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