From 667764e02734938e0d0745a3098e66d3e086f7b7 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Sat, 18 Jun 2022 09:38:37 +0100 Subject: [PATCH] chore: suggest gist first (#1539) --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 19b850ab..2b8a28b0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -133,6 +133,8 @@ body: description: "NEVER EVER OMIT THIS! Include logs from `actions-runner-controller`'s controller-manager pod" render: shell placeholder: | + PROVIDE THE LOGS VIA A GIST LINK (https://gist.github.com/), NOT DIRECTLY IN THIS TEXT AREA + To grab controller logs: # Set NS according to your setup @@ -142,8 +144,6 @@ body: kubectl -n $NS get po kubectl -n $NS logs $POD_NAME > arc.log - - Upload it to e.g. https://gist.github.com/ and paste the link to it here. validations: required: true - type: textarea @@ -153,6 +153,8 @@ body: description: "Include logs from runner pod(s)" render: shell placeholder: | + PROVIDE THE LOGS VIA A GIST LINK (https://gist.github.com/), NOT DIRECTLY IN THIS TEXT AREA + To grab the runner pod logs: # Set NS according to your setup. It should match your RunnerDeployment's metadata.namespace. @@ -163,8 +165,6 @@ body: kubectl -n $NS logs $POD_NAME -c runner > runnerpod_runner.log kubectl -n $NS logs $POD_NAME -c docker > runnerpod_docker.log - - Upload it to e.g. https://gist.github.com/ and paste the link to it here. validations: required: true - type: textarea