From d509842a9a4719fa6dfa6aaab28345224c20dce2 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Wed, 25 Sep 2024 15:36:51 -0500 Subject: [PATCH] docs: better yaml paster --- .github/ISSUE_TEMPLATE/bug.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 8ce6169447..ad7a1be4d3 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -34,11 +34,17 @@ body: - Linux validations: required: true - - type: textarea + - type: markdown attributes: - label: ape-config.yaml file - description: "Please paste your `ape-config.yaml` contents here (NOTE: do not post anything private like RPC urls or secrets!)" - placeholder: "Run `cat ape-config.yaml` and copy and paste the result here" + value: | + ### ape-config.yaml file + Please paste your `ape-config.yaml` contents here. + + \`\`\`yaml + # Paste your ape-config.yaml contents here + \`\`\` + + **NOTE:** Do not post anything private like RPC URLs or secrets! - type: textarea attributes: label: Description