From 8dfbc111e05321a0ce8920b33ea12b6720026fd1 Mon Sep 17 00:00:00 2001 From: jtavva Date: Fri, 22 Apr 2022 12:47:38 -0700 Subject: [PATCH] Update issue templates Issue templates for: Intro to state in Compose Calculate a custom tip --- .../calculate-a-custom-tip-issue-template.md | 32 +++++++++++++++++++ .../intro-to-state-issue-template.md | 32 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/calculate-a-custom-tip-issue-template.md create mode 100644 .github/ISSUE_TEMPLATE/intro-to-state-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/calculate-a-custom-tip-issue-template.md b/.github/ISSUE_TEMPLATE/calculate-a-custom-tip-issue-template.md new file mode 100644 index 0000000..61186a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/calculate-a-custom-tip-issue-template.md @@ -0,0 +1,32 @@ +--- +name: Calculate a custom tip issue template +about: 'Issue template for Calculate a custom tip ' +title: 'Calculate a custom tip: Android Basics in Compose ' +labels: '' +assignees: '' + +--- + +**URL of codelab** + + +**In which task and step of the codelab can this issue be found?** + + +**Describe the problem** + + + + +**Steps to reproduce?** +1. Go to... +2. Click on... +3. See error... + +**Versions** +_Android Studio version:_ +_API version of the emulator:_ + + +**Additional information** +_Include screenshots if they would be useful in clarifying the problem._ diff --git a/.github/ISSUE_TEMPLATE/intro-to-state-issue-template.md b/.github/ISSUE_TEMPLATE/intro-to-state-issue-template.md new file mode 100644 index 0000000..2a148e9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/intro-to-state-issue-template.md @@ -0,0 +1,32 @@ +--- +name: Intro to state issue template +about: 'Issue template for Intro to state in Compose ' +title: 'Intro to state in Compose: Android Basics in Compose' +labels: '' +assignees: '' + +--- + +**URL of codelab** + + +**In which task and step of the codelab can this issue be found?** + + +**Describe the problem** + + + + +**Steps to reproduce?** +1. Go to... +2. Click on... +3. See error... + +**Versions** +_Android Studio version:_ +_API version of the emulator:_ + + +**Additional information** +_Include screenshots if they would be useful in clarifying the problem._