Skip to content

Commit

Permalink
Create Github Issue Templates (google-gemini#96)
Browse files Browse the repository at this point in the history
* Create Github Issue Templates

Adding bug report template

* Create feature_request.yml

Add feature request template

* Update bug_report.yml

add bug report template

* Delete .github/ISSUE_TEMPLATES directory

* Create bug_report.yml
  • Loading branch information
ymodak authored May 2, 2024
1 parent 6b244b7 commit b13b525
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
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:quickstarts", "component:examples"]
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:quickstarts", "component:examples"]
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?

0 comments on commit b13b525

Please sign in to comment.