Skip to content

Commit 2af9a29

Browse files
fixed an issue with this template
1 parent e30fbaa commit 2af9a29

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
name: Feature Request
22
description: Request a new feature
33
body:
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).
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).
88
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.
34+
placeholder: "public class newCommand { ... }"
35+
render: java

0 commit comments

Comments
 (0)