Skip to content

Commit ee22cd9

Browse files
Watson1978kenhys
andauthored
GitHub: Add issue template (#247)
* GitHub: Add issue template Signed-off-by: Shizuo Fujita <fujita@clear-code.com> * GitHub: add prometheus-client version in template Signed-off-by: Shizuo Fujita <fujita@clear-code.com> * Update .github/ISSUE_TEMPLATE/bug_report.yaml Co-authored-by: Kentaro Hayashi <hayashi@clear-code.com> Signed-off-by: Shizuo Fujita <fujita@clear-code.com> --------- Signed-off-by: Shizuo Fujita <fujita@clear-code.com> Co-authored-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 09b1b66 commit ee22cd9

3 files changed

Lines changed: 115 additions & 0 deletions

File tree

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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: markdown
6+
attributes:
7+
value: |
8+
Please check the [README](https://github.com/fluent/fluent-plugin-prometheus/blob/master/README.md) first. To help us investigate the problem, please provide the following information.
9+
- type: textarea
10+
id: description
11+
attributes:
12+
label: Describe the bug
13+
description: A clear and concise description of what the bug is
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: reproduce
18+
attributes:
19+
label: To Reproduce
20+
description: Steps to reproduce the behavior
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: expected
25+
attributes:
26+
label: Expected behavior
27+
description: A clear and concise description of what you expected to happen
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: environment
32+
attributes:
33+
label: Your Environment
34+
description: |
35+
- Fluentd or td-agent version: `fluentd --version` or `td-agent --version`
36+
- Operating system: `cat /etc/os-release`
37+
- Kernel version: `uname -r`
38+
39+
Tip: If you hit the problem with older fluentd version, try latest version first.
40+
value: |
41+
- Fluentd version:
42+
- TD Agent/Fluent Package version:
43+
- fluent-plugin-prometheus version:
44+
- prometheus-client version:
45+
- Operating system:
46+
- Kernel version:
47+
render: markdown
48+
validations:
49+
required: true
50+
- type: textarea
51+
id: configuration
52+
attributes:
53+
label: Your Configuration
54+
description: |
55+
Write your configuration here. Minimum reproducible fluentd.conf is recommended.
56+
validations:
57+
required: true
58+
- type: textarea
59+
id: logs
60+
attributes:
61+
label: Your Error Log
62+
description: Write your ALL error log here
63+
render: shell
64+
validations:
65+
required: true
66+
- type: textarea
67+
id: addtional-context
68+
attributes:
69+
label: Additional context
70+
description: Add any other context about the problem here.
71+
validations:
72+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask a Question
4+
url: https://discuss.fluentd.org/
5+
about: I have questions about fluent-plugin-prometheus. Please ask and answer questions at https://discuss.fluentd.org/.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
labels: "waiting-for-triage"
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please check the [README](https://github.com/fluent/fluent-plugin-prometheus/blob/master/README.md) first. To help us understand the request, please provide the following information.
9+
- type: textarea
10+
id: description
11+
attributes:
12+
label: Is your feature request related to a problem? Please describe.
13+
description: |
14+
A clear and concise description of what the problem is.
15+
Ex. I'm always frustrated when [...]
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: solution
20+
attributes:
21+
label: Describe the solution you'd like
22+
description: A clear and concise description of what you want to happen.
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: alternative
27+
attributes:
28+
label: Describe alternatives you've considered
29+
description: A clear and concise description of any alternative solutions or features you've considered.
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: addtional-context
34+
attributes:
35+
label: Additional context
36+
description: Add any other context or screenshots about the feature request here.
37+
validations:
38+
required: false

0 commit comments

Comments
 (0)