Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Github Issue Templates #128

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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?
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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?
Loading