name: Bug Report
description: Report a bug or unexpected behavior
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please fill out the form below.
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear description of what the bug is
placeholder: When I run `proc find node`, it shows...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Run `proc find node`
2. See error...
validations:
required: true
- type: input
id: version
attributes:
label: proc version
description: Output of `proc --version`
placeholder: proc 0.2.0
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating System
options:
- macOS (Apple Silicon)
- macOS (Intel)
- Linux (x86_64)
- Linux (ARM64)
- Windows (WSL)
- Other
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant Output
description: Any error messages or logs
render: shell
- type: textarea
id: context
attributes:
label: Additional Context
description: Any other relevant information