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
description: Suggest a new Feature for JavaBotBlockAPI
3
+
labels: 'Type: Enhancement'
4
+
issue_body: false
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |-
9
+
Thank you for taking the time in creating this Feature Request.
10
+
In order to process your feature request as fast and efficiently as possible do we ask you to fill out any required fields (Indicated with a `*`) with the requested information.
11
+
- type: checkboxes
12
+
attributes:
13
+
label: Confirmation
14
+
description: Please make sure to have followed these checks.
15
+
options:
16
+
- label: I checked the Issues and Pull request tab for any existing issues or PRs.
17
+
required: true
18
+
- label: My Feature Request is for **JavaBotBlockAPI** and not any external library or BotBlock.org itself.
19
+
required: true
20
+
- type: textarea
21
+
attributes:
22
+
label: "Description"
23
+
description: |-
24
+
Give a detailed explanation about your Feature request and why it would be beneficial for JavaBotBlockAPI.
25
+
Just saying "It's cool!" or "I need it" don't count as valid reasons. It needs to have a clear benefit for **other** users too.
26
+
validations:
27
+
required: true
28
+
- type: textarea
29
+
attributes:
30
+
label: "Code Example"
31
+
description: |-
32
+
Do you have any Code Snippets that you want to share with us?
33
+
Remember to use Code blocks for smaller snippets and https://paste.gg for larger ones.
34
+
placeholder: |-
35
+
```java
36
+
public boolean method(){ return true; }
37
+
```
38
+
- type: textarea
39
+
attributes:
40
+
label: "Additional Information"
41
+
description: "Add any extra info you think is nessesary for this Feature request."
42
+
placeholder: "Put any extra info you like into this field..."
0 commit comments