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
Please join the [Discord Server](https://discord.gg/tDgMMq6Ysr) for questions or ask them in [our Discussions](https://github.com/Programming-Org/Programming/discussions).
4
+
- type: markdown
5
+
attributes:
6
+
value: |-
7
+
Please join the [Discord Server](https://discord.gg/tDgMMq6Ysr) for questions or ask them in [our Discussions](https://github.com/Programming-Org/Programming/discussions).
8
8
9
-
Keep in mind that this isn't the place to learn Java.
10
-
Please head over to [StackOverflow](https://stackoverflow.com/questions/tagged/java) for your general programming questions.
11
-
- type: checkboxes
12
-
attributes:
13
-
label: General Troubleshooting
14
-
description: You confirm to have made the following checks first.
15
-
options:
16
-
- label: I have checked for similar issues on the Issue-tracker.
17
-
required: true
18
-
- label: I have checked the branches or the maintainers' PRs for upcoming features.
19
-
required: true
20
-
- type: textarea
21
-
attributes:
22
-
label: "Feature Request"
23
-
description: "Provide a small description of the feature you want to have added."
24
-
placeholder: "The feature you want to have added is..."
25
-
validations:
26
-
required: true
27
-
- type: textarea
28
-
attributes:
29
-
label: "Example Use-Case"
30
-
description: |-
31
-
Provide some code or describe a possible use-case for this feature.
32
-
33
-
The provided text will be rendered as Java code, so you don't have to provide a Code block for it.
34
-
placeholder: "public void newAwesomeMethod(){}"
35
-
render: java
9
+
Keep in mind that this isn't the place to learn Java.
10
+
Please head over to [StackOverflow](https://stackoverflow.com/questions/tagged/java) for your general programming questions.
11
+
- type: checkboxes
12
+
attributes:
13
+
label: General Troubleshooting
14
+
description: You confirm to have made the following checks first.
15
+
options:
16
+
- label: I have checked for similar issues on the Issue-tracker.
17
+
required: true
18
+
- label: I have checked the branches or the maintainers' PRs for upcoming features.
19
+
required: true
20
+
- type: textarea
21
+
attributes:
22
+
label: "Feature Request"
23
+
description: "Provide a small description of the feature you want to have added."
24
+
placeholder: "Programming should introduce ..."
25
+
validations:
26
+
required: true
27
+
- type: textarea
28
+
attributes:
29
+
label: "Example Use-Case"
30
+
description: |-
31
+
Provide some code or describe a possible use-case for this feature.
32
+
33
+
The provided text will be rendered as Java code, so you don't have to provide a Code block for it.
0 commit comments