File tree 3 files changed +72
-0
lines changed
3 files changed +72
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Please report issues related to OrgChart add-on here.
3
+ body :
4
+ - type : textarea
5
+ id : problem-description
6
+ attributes :
7
+ label : Describe the bug
8
+ description : A clear description of the issue you're experiencing.
9
+ validations :
10
+ required : true
11
+ - type : textarea
12
+ id : expected-behavior
13
+ attributes :
14
+ label : Expected behavior
15
+ description : A clear and concise description of the expected behavior.
16
+ validations :
17
+ required : false
18
+ - type : textarea
19
+ id : minimal-reproduction
20
+ attributes :
21
+ label : Minimal reproducible example
22
+ description : If possible, add a concise code snippet that reproduces the issue and describe the steps needed to follow to reproduce it.
23
+ validations :
24
+ required : false
25
+ - type : input
26
+ id : addon-version
27
+ attributes :
28
+ label : Add-on Version
29
+ description : The version of the add-on on which you're experiencing the issue.
30
+ validations :
31
+ required : true
32
+ - type : input
33
+ id : vaadin-version
34
+ attributes :
35
+ label : Vaadin Version
36
+ description : The complete Vaadin version (X.Y.Z) on which the issue is reproducible.
37
+ validations :
38
+ required : true
39
+ - type : textarea
40
+ id : additional-information
41
+ attributes :
42
+ label : Additional information
43
+ description : " Any other context/information about the issue can be added here (browser, OS, etc.)."
44
+ validations :
45
+ required : false
46
+
47
+
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
Original file line number Diff line number Diff line change
1
+ name : Feature Request
2
+ description : Please add feature suggestions related to OrgChart add-on here.
3
+ body :
4
+ - type : textarea
5
+ id : feature-proposal
6
+ attributes :
7
+ label : Feature proposal
8
+ description : A concise but detailed description of the feature that you would like to see in the add-on.
9
+ validations :
10
+ required : true
11
+ - type : textarea
12
+ id : feature-implementation
13
+ attributes :
14
+ label : Describe solution expectations
15
+ description : Do you have an idea/expectations of how it could be implemented? Did you try a possible solution that you want to share?
16
+ validations :
17
+ required : false
18
+ - type : textarea
19
+ id : additional-information
20
+ attributes :
21
+ label : Additional information
22
+ description : Add any extra information you think it might be relevant to the request.
23
+ validations :
24
+ required : false
You can’t perform that action at this time.
0 commit comments