blob: b56ecb7101a21f35e2bc99bf8b75ccd94ec63198 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
name: Bug Report
description: Report a problem with HAProxy to help us resolve it.
labels:
- 'type: bug'
- 'status: needs-triage'
body:
- type: markdown
attributes:
value: |
## Welcome!
You are about to *report a bug* you encountered in HAProxy. Please use the 'Feature Request' template if you want to propose a new feature instead.
This issue tracker is used to track actual bugs. Please use [the forum](https://discourse.haproxy.org/) or mailing list if you have a question, e.g. to get help with building a configuration to achieve your desired behavior.
The forum is at: https://discourse.haproxy.org/
The mailing list (no need to subscribe) is: haproxy@formilux.org
Subscribe to the list: haproxy+subscribe@formilux.org
Unsubscribe from the list: haproxy+unsubscribe@formilux.org
Forum and mailing list are correct places for questions about HAProxy or general suggestions and topics, e.g. usage or documentation questions! This issue tracker is for tracking bugs and feature requests directly relating to the development of the software itself.
Thanks for understanding, and for contributing to the project!
- type: textarea
id: description
attributes:
label: Detailed Description of the Problem
description: |
In this section, please try to concentrate on observations. Only describe what you observed directly.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: |
Explain why you consider the described behavior (above) to be wrong. What did you expect instead?
Most likely this is a mismatch between HAProxy's documentation and HAProxy's behavior.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce the Behavior
description: |
The more time you spend describing an easy way to reproduce the behavior (if this is possible), the easier it is for the project developers to fix it!
placeholder: |
1.
2.
3.
validations:
required: true
- type: textarea
id: possible-cause
attributes:
label: Do you have any idea what may have caused this?
description: |
Simply leave this empty if you do not.
- type: textarea
id: possible-solution
attributes:
label: Do you have an idea how to solve the issue?
description: |
Simply leave this empty if you do not.
- type: textarea
id: configuration
attributes:
label: What is your configuration?
description: |
- Include as much configuration as possible, including global and default sections.
- Replace confidential data like domain names and IP addresses.
render: haproxy
validations:
required: true
- type: textarea
id: haproxy-vv
attributes:
label: 'Output of `haproxy -vv`'
description: |
Please run `haproxy -vv` (with two `v`) and paste the output into this field.
Please also include the output of `uname -a` if you use HAProxy 2.1 or older.
render: plain
validations:
required: true
- type: textarea
id: last-output
attributes:
label: Last Outputs and Backtraces
description: |
If HAProxy crashed then please provide:
1. The last output from your HAProxy logs (e.g. from journalctl or syslog).
2. A backtrace from a coredump (`t a a bt full`).
render: plain
- type: textarea
id: additional
attributes:
label: Additional Information
description: |
Any additional information about your environment that may be useful to know about. For example:
- Any local patches applied
- Environment specificities
- Unusual workload
- Interesting observations or coincidences with events on other components
|