mirror of
https://github.com/linuxserver/docker-socket-proxy.git
synced 2026-02-19 17:51:30 +08:00
* Initial LSIO release * Fix restarts description * Add docker socket (fairly important) * Remove inapplicable note about /config * Don't run CI tests because they will always fail * Remove baseimage notes * Pass haproxy version as FROM arg * Default to lts image if no arg is passed * Remove network * Support disabling ipv6, fix missing config options * Use main as default branch * Remove unused grpc env
32 lines
911 B
YAML
32 lines
911 B
YAML
# Based on the issue template
|
|
name: Feature request
|
|
description: Suggest an idea for this project
|
|
title: "[FEAT] <title>"
|
|
labels: [enhancement]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is this a new feature request?
|
|
description: Please search to see if a feature request already exists.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Wanted change
|
|
description: Tell us what you want to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Reason for change
|
|
description: Justify your request, why do you want it, what is the benefit.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Proposed code change
|
|
description: Do you have a potential code change in mind?
|
|
validations:
|
|
required: false
|