Skip to content

Commit 8e1c432

Browse files
ymodakG.Dev.Ssomsak
authored and
G.Dev.Ssomsak
committed
Update issue templates to point to the Discourse forum (google-gemini#148)
1 parent ad49acf commit 8e1c432

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Bug report
2+
description: Use this template to report bugs
3+
labels: ["type:bug", "component:swift sdk"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
**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.
9+
- type: textarea
10+
id: description
11+
attributes:
12+
label: >
13+
Description of the bug:
14+
- type: textarea
15+
id: behavior
16+
attributes:
17+
label: >
18+
Actual vs expected behavior:
19+
- type: textarea
20+
id: info
21+
attributes:
22+
label: >
23+
Any other information you'd like to share?
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Feature request
2+
description: Use this template to suggest a new feature
3+
labels: ["type:feature request", "component:swift sdk"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
**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.
9+
- type: textarea
10+
id: description
11+
attributes:
12+
label: >
13+
Description of the feature request:
14+
- type: textarea
15+
id: behavior
16+
attributes:
17+
label: >
18+
What problem are you trying to solve with this feature?
19+
- type: textarea
20+
id: info
21+
attributes:
22+
label: >
23+
Any other information you'd like to share?

0 commit comments

Comments
 (0)