Skip to content

Commit 7eb522c

Browse files
committed
chore(issue templates): Add feature request template
1 parent fee208b commit 7eb522c

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: Feature request
2+
description: Request a new feature for godot-playfab
3+
labels: ["feature", "request", "triage"]
4+
body:
5+
6+
- type: markdown
7+
attributes:
8+
value: |
9+
- Write a descriptive issue title above.
10+
- Search [open](https://github.com/structed/godot-playfab/issues) and [closed](https://github.com/structed/godot-playfab/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported.
11+
12+
- type: input
13+
attributes:
14+
label: godot-playfab version
15+
description: >
16+
Specify the Git commit hash if using a development or non-official build.
17+
If you use a custom build, please test if your issue is reproducible in official builds too.
18+
placeholder: 0.3, 3041becc6
19+
validations:
20+
required: false
21+
22+
- type: input
23+
attributes:
24+
label: Godot version
25+
description: >
26+
Specify the Git commit hash if using a development or non-official build.
27+
If you use a custom build, please test if your issue is reproducible in official builds too.
28+
placeholder: v4.3.stable.official [77dcf97d8]
29+
validations:
30+
required: false
31+
32+
- type: input
33+
attributes:
34+
label: System information
35+
description: |
36+
Specify the OS version, and when relevant hardware information.
37+
For graphics-related issues, specify the GPU model, driver version, and the rendering backend (GLES2, GLES3, Vulkan).
38+
placeholder: Windows 11, GLES3, Intel HD Graphics 620 (27.20.100.9616)
39+
validations:
40+
required: false
41+
42+
- type: textarea
43+
attributes:
44+
label: Issue description
45+
description: |
46+
Describe your issue briefly.
47+
- What is the feature you are requesting?
48+
- Why should it be a feature of godot-playfab?
49+
- Could it be an example project instead?
50+
- Could it be a documentation update instead?
51+
52+
You can include images or videos with drag and drop, and format code blocks or logs with <code>```</code> tags.
53+
validations:
54+
required: true

0 commit comments

Comments
 (0)