Skip to content

Commit

Permalink
docs: better yaml paster
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 25, 2024
1 parent 4bd0ecc commit d509842
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d509842

Please sign in to comment.