blob: 851525619137519cf28b68fb9a065f3c6a7f21a7 [file] [log] [blame]
Tim Düsterhusbbab3bf2021-06-23 21:38:13 +02001name: Feature Request
2description: Suggest a new feature or enhancement for HAProxy.
3labels:
4- 'type: feature'
5body:
6- type: markdown
7 attributes:
8 value: |
9 ## Welcome!
10
11 You are about to *request a feature* you are missing in HAProxy.
12
13 This issue tracker is used to track feature requests and bug reports. 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.
14
15 The forum is at: https://discourse.haproxy.org/
16
17 The mailing list (no need to subscribe) is: haproxy@formilux.org
18 Subscribe to the list: haproxy+subscribe@formilux.org
19 Unsubscribe from the list: haproxy+unsubscribe@formilux.org
20
21 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.
22
23 Thanks for understanding, and for contributing to the project!
24- type: textarea
25 id: feature-request
26 attributes:
27 label: Your Feature Request
28 description: |
29 What should HAProxy do differently? Which functionality do you think we should add? Please describe the feature you would like us to add here.
30 validations:
31 required: true
32- type: textarea
33 id: feature-explanation
34 attributes:
35 label: What are you trying to do?
36 description: |
37 This section should contain a brief description what you're trying to do, which would be possible after implementing the new feature.
38 validations:
39 required: true
40- type: textarea
41 id: haproxy-vv
42 attributes:
43 label: 'Output of `haproxy -vv`'
44 render: plain
45 description: >
46 Please add the output of `haproxy -vv` you are currently using here, this helps us later to see what has changed in HAProxy when we revisit this issue after some time.
47
48 Please *do not* enter "future version" or something similar. We are interested in the version you are *currently using*.
49 validations:
50 required: true