Skip to content

Commit

Permalink
docs: add description field to GH bug report (#2301)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Sep 27, 2024
1 parent a521edc commit 2dae973
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,23 @@ body:
- Linux
validations:
required: true
- type: markdown
attributes:
value: |
### ape-config.yaml file
Paste your ape-config.yaml content in the following section
\`\`\`yaml
\`\`\`
**NOTE:** Do not post anything private like RPC URLs or secrets!
- type: textarea
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"
validations:
required: true
label: Description
description: Describe what happened
- type: textarea
attributes:
label: Reproduction code
description: Please include a simple reproduction code-snippet.
validations:
required: true

0 comments on commit 2dae973

Please sign in to comment.