You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- label: I filled in a short, clear title so that developers could quickly identify the general problem when going through the issue list. Instead of "Some suggestions", "Stuck", etc.
11
+
required: true
12
+
- label: I'm probably sure this is a new feature/suggestion and not a bug encountered (please attach logs if you're not sure)
13
+
required: true
14
+
- label: I am using the latest version of the current update and have reviewed both the updates released so far and the unreleased changes in the Pull Requests, but there is no mention of this feature/suggestion being added.
15
+
required: true
16
+
- label: I have reviewed the Pinned issue (Announcements), Open issues, and Closed issues to ensure that my feature/suggestion has not been mentioned.
17
+
required: true
18
+
- type: textarea
19
+
id: describe
20
+
attributes:
21
+
label: The problems you have encountered?
22
+
validations:
23
+
required: false
24
+
- type: textarea
25
+
id: solution
26
+
attributes:
27
+
label: Any good ideas?
28
+
validations:
29
+
required: false
30
+
- type: textarea
31
+
id: additional
32
+
attributes:
33
+
label: Additional
34
+
description: Any other background, screen shots, etc.
0 commit comments