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

New bug template #118

Merged
merged 8 commits into from Jun 7, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 16 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -11,7 +11,7 @@ body:
id: description
attributes:
label: Bug Description
description: Please provide a clear and concise description of what the bug is.
description: Please provide a clear description of the bug.
placeholder: The bug is...
validations:
required: true
Expand All @@ -32,21 +32,32 @@ body:
label: Backtrace
description: If your bug produces a backtrace, please include it here.
render: shell
- type: textarea
id: logs
attributes:
label: Relevant Logs
description: If possible, reproduce the bug with the envrionment variable RUST_LOG set to 'trace', and attach the printed logs
render: shell
- type: input
id: os_version
attributes:
label: Your operating system and version
validations:
required: true
- type: input
id: node_version
id: binary_type
attributes:
label: Your Node version (`node --version`)
placeholder: ex. v16.13.1
label: Local process
description: What process are you trying to run with mirrord? Please run `file $(which <process name>)` for best results.
validations:
required: true
- type: input
id: binary_version
attributes:
label: Local process version
description: What's the version of the process you're trying to run with mirrord?
- type: textarea
id: additional-info
attributes:
label: Additional Info
description: Any additional info that you think might be useful or relevant to this bug
description: Any additional info that you think might be useful or relevant to this bug
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [Unreleased]
### Changed
- Refactor the CI by splitting the building of mirrord-agent in a separate job and caching the agent image for E2E tests.
- Update bug report template to apply to the latest version of mirrord.

### Fixed
- Fix typos
Expand Down