Skip to content

Commit

Permalink
udpate issue reporting (#1329)
Browse files Browse the repository at this point in the history
* Update issue report string
* Remove docker version string from placeholder (now obsolete)
  • Loading branch information
systemcrash authored Feb 4, 2025
1 parent 76404d0 commit b1d6e3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ body:
id: docker-compose-version
attributes:
label: Docker Compose Version
description: Please paste the output of `docker-compose version`
description: Please paste the output of `docker-compose version` (or `docker compose version`)
placeholder: Docker Compose version vX.Y.Z
validations:
required: true
Expand Down Expand Up @@ -139,7 +139,6 @@ body:
description: Please paste the output of `cat docker-compose.override.yml`
render: yaml
placeholder: |
version: '3.4'
services:
netbox:
ports:
Expand Down

0 comments on commit b1d6e3c

Please sign in to comment.