Skip to content

Commit

Permalink
Create Github Issue Templates (#96)
Browse files Browse the repository at this point in the history
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
ymodak authored May 2, 2024
1 parent a2891bf commit 60c8633
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"]
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"]
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 60c8633

Please sign in to comment.