From 2a78e3658fad942665f74a69ea95e47aedd52cc1 Mon Sep 17 00:00:00 2001 From: Yasir Modak <42785357+ymodak@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:33:12 -0700 Subject: [PATCH 1/2] Create Github Issue Templates Add bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..f8f1e790 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,23 @@ +name: Bug report +description: Use this template to report bugs +labels: ["type:bug", "component:android sdk", "component:android app", "component:documentation"] +body: + - type: markdown + attributes: + value: > + **Note:** If this is a support question (e.g. _How do I do XYZ?_), please visit the [Discourse forum](https://discuss.ai.google.dev/). This is a great place to interact with developers, and to learn, share, and support each other. + - type: textarea + id: description + attributes: + label: > + Description of the bug: + - type: textarea + id: behavior + attributes: + label: > + Actual vs expected behavior: + - type: textarea + id: info + attributes: + label: > + Any other information you'd like to share? From 5b61a75d8c21ed05e033cd1dae6233cefb2e69c3 Mon Sep 17 00:00:00 2001 From: Yasir Modak <42785357+ymodak@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:34:36 -0700 Subject: [PATCH 2/2] Create feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..97d79b33 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,23 @@ +name: Feature request +description: Use this template to suggest a new feature +labels: ["type:feature request", "component:android sdk", "component:android app", "component:documentation"] +body: + - type: markdown + attributes: + value: > + **Note:** If this is a support question (e.g. _How do I do XYZ?_), please visit the [Discourse forum](https://discuss.ai.google.dev/). This is a great place to interact with developers, and to learn, share, and support each other. + - type: textarea + id: description + attributes: + label: > + Description of the feature request: + - type: textarea + id: behavior + attributes: + label: > + What problem are you trying to solve with this feature? + - type: textarea + id: info + attributes: + label: > + Any other information you'd like to share?