forked from google-gemini/cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Github Issue Templates (google-gemini#96)
* 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
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |