From da8340b221c8b2f44e65298d88ae5fbabb82025e Mon Sep 17 00:00:00 2001 From: jtagcat Date: Wed, 18 Mar 2020 10:40:35 +0200 Subject: [PATCH] Issue templates: how to get version using docker --- .github/ISSUE_TEMPLATE/BUG.md | 2 +- .github/ISSUE_TEMPLATE/FEATURE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index 85d5990..75038e7 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -27,7 +27,7 @@ Thanks for understanding, and for contributing to the project! --> -Output of `rest-server --version` +Output of `rest-server --version`, if using docker, `docker images restic/rest-server -q` --------------------------------- diff --git a/.github/ISSUE_TEMPLATE/FEATURE.md b/.github/ISSUE_TEMPLATE/FEATURE.md index 92f3dfc..f873288 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE.md +++ b/.github/ISSUE_TEMPLATE/FEATURE.md @@ -21,7 +21,7 @@ Thanks for understanding, and for contributing to the project! --> -Output of `rest-server --version` +Output of `rest-server --version`, if using docker, `docker images restic/rest-server -q` ---------------------------------