Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add description field to GH bug report #2301

Merged
merged 6 commits into from
Sep 27, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,22 @@ body:
- Linux
validations:
required: true
- type: markdown
attributes:
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: 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
Loading