Skip to content

Commit b6c3744

Browse files
authored
Create issue templates (#55)
* Create bug_report.yml * Create feature_request.yml
1 parent f370f5a commit b6c3744

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
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"]
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 post on the [Google Developers Community](https://discord.gg/google-dev-community) Discord server's #palm-api channel instead. 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"]
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 post on the [Google Developers Community](https://discord.gg/google-dev-community) Discord server's #palm-api channel instead. 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)