-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add `bug_report` and `feature_reques`t template. Also route support questions to [Discourse forum](https://discuss.ai.google.dev/). cc @google/gtech-llm-support
- 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"] | ||
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"] | ||
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? |