Skip to content

Commit 0e3444e

Browse files
authored
Merge pull request #74 from endlessm/issue-templates
Issue templates
2 parents 7c520fb + a22528d commit 0e3444e

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Create Internal Task
4+
url: https://phabricator.endlessm.com/tag/baby_godot/
5+
about: Endless OS Foundation employees, please use this tag on Phabricator

.github/ISSUE_TEMPLATE/public.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Report Public Issue
2+
description: Report an issue with using the Godot Block Coding plugin
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: Thanks for taking the time to report an issue! If you're an employee of Endless OS Foundation, please track internal tasks [on Phabricator](https://phabricator.endlessm.com/tag/baby_godot/) instead.
7+
- type: textarea
8+
id: what-happened
9+
attributes:
10+
label: What Happened
11+
description: Describe the issue you experienced, and what you would have expected to happen instead.
12+
placeholder: When I was doing X, I tried to do Y, but then Z happened...
13+
validations:
14+
required: true
15+
16+
- type: textarea
17+
id: reproduce
18+
attributes:
19+
label: How to Reproduce
20+
description: Can it be reliably reproduced, and if so, how?
21+
placeholder: |
22+
1. Add a BlockCode child node
23+
2. Drag blocks X, Y, and Z to the editor
24+
3. ...
25+
validations:
26+
required: true
27+
28+
- type: input
29+
id: os
30+
attributes:
31+
label: Operating System
32+
description: What specific OS and version are you seeing the problem on?
33+
placeholder: e.g. Windows 11, Fedora Silverblue 39, Ubuntu 22.04, etc.
34+
35+
- type: textarea
36+
id: logs
37+
attributes:
38+
label: Logs or command-line output
39+
description: Any relevant logs or command-line output can help us debug.
40+
render: shell
41+
42+
- type: textarea
43+
id: misc
44+
attributes:
45+
label: Anything else?
46+
description: Any other comments or information that would be useful?

0 commit comments

Comments
 (0)