mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
48 lines
999 B
Markdown
48 lines
999 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "\U0001F41E Bug"
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
|
|
1. Please indicate where the command(s) were executed.
|
|
|
|
My environment was (crosh, bash or VT-2):
|
|
|
|
2. I executed the command(s) below:
|
|
```shell
|
|
# your command(s) here
|
|
```
|
|
|
|
Output:
|
|
|
|
```
|
|
# output of your command(s)
|
|
```
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**System Information: Paste the output of `crew sysinfo -v` between the two `***` below.**
|
|
**If you cannot execute `crew`, display the output of `cat /etc/lsb-release` instead.**
|
|
|
|
***
|
|
***
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|
|
|
|
What I think needs to be done:
|
|
|
|
- [ ] step one
|
|
- [ ] step two
|