File tree 3 files changed +107
-0
lines changed
.github/workflows/ISSUE_TEMPLATE
3 files changed +107
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Create a report with a procedure for reproducing the bug
3
+ labels : " waiting-for-triage"
4
+ body :
5
+ - type : textarea
6
+ id : description
7
+ attributes :
8
+ label : Describe the bug
9
+ description : A clear and concise description of what the bug is
10
+ validations :
11
+ required : true
12
+ - type : textarea
13
+ id : reproduce
14
+ attributes :
15
+ label : To Reproduce
16
+ description : Steps to reproduce the behavior
17
+ validations :
18
+ required : true
19
+ - type : textarea
20
+ id : expected
21
+ attributes :
22
+ label : Expected behavior
23
+ description : A clear and concise description of what you expected to happen
24
+ validations :
25
+ required : true
26
+ - type : textarea
27
+ id : environment
28
+ attributes :
29
+ label : Your Environment
30
+ description : |
31
+ - Fluentd or its package version: `fluentd --version` (Fluentd, fluent-package) or `td-agent --version` (td-agent)
32
+ - Operating system: `cat /etc/os-release`
33
+ - Kernel version: `uname -r`
34
+
35
+ Tip: If you hit the problem with older fluent-plugin-watch-objectspace version, try latest version first.
36
+ value : |
37
+ - Fluentd version:
38
+ - Package version:
39
+ - Operating system:
40
+ - Kernel version:
41
+ render : markdown
42
+ validations :
43
+ required : true
44
+ - type : textarea
45
+ id : configuration
46
+ attributes :
47
+ label : Your Configuration
48
+ description : |
49
+ Write your configuration here. Minimum reproducible fluentd.conf is recommended.
50
+ render : apache
51
+ validations :
52
+ required : true
53
+ - type : textarea
54
+ id : logs
55
+ attributes :
56
+ label : Your Error Log
57
+ description : Write your ALL error log here
58
+ render : shell
59
+ validations :
60
+ required : true
61
+ - type : textarea
62
+ id : addtional-context
63
+ attributes :
64
+ label : Additional context
65
+ description : Add any other context about the problem here.
66
+ validations :
67
+ required : false
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : Ask a Question
4
+ url : https://github.com/fluent/fluentd/discussions
5
+ about : I have questions about Fluentd and plugins. Please ask and answer questions at https://github.com/fluent/fluentd/discussions
Original file line number Diff line number Diff line change
1
+ name : Feature request
2
+ description : Suggest an idea for this project
3
+ labels : " waiting-for-triage"
4
+ body :
5
+ - type : textarea
6
+ id : description
7
+ attributes :
8
+ label : Is your feature request related to a problem? Please describe.
9
+ description : |
10
+ A clear and concise description of what the problem is.
11
+ Ex. I'm always frustrated when [...]
12
+ validations :
13
+ required : true
14
+ - type : textarea
15
+ id : solution
16
+ attributes :
17
+ label : Describe the solution you'd like
18
+ description : A clear and concise description of what you want to happen.
19
+ validations :
20
+ required : true
21
+ - type : textarea
22
+ id : alternative
23
+ attributes :
24
+ label : Describe alternatives you've considered
25
+ description : A clear and concise description of any alternative solutions or features you've considered.
26
+ validations :
27
+ required : true
28
+ - type : textarea
29
+ id : addtional-context
30
+ attributes :
31
+ label : Additional context
32
+ description : Add any other context or screenshots about the feature request here.
33
+ validations :
34
+ required : false
35
+
You can’t perform that action at this time.
0 commit comments