mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
42 lines
732 B
Markdown
42 lines
732 B
Markdown
## Before you submit an issue
|
|
Please look up our issues, maybe your problem was mentioned before.
|
|
|
|
## Description
|
|
Provide a short description of your problem here.
|
|
|
|
If you executed a specific command:
|
|
```shell
|
|
your command here
|
|
```
|
|
|
|
Output:
|
|
```shell
|
|
output
|
|
of
|
|
your
|
|
command
|
|
here
|
|
```
|
|
|
|
## Versions and system information
|
|
chromebrew: `crew --version`
|
|
|
|
ChromeOS: `cat /etc/lsb-release`
|
|
|
|
Model: YOUR MODEL HERE
|
|
|
|
Architecture: `uname -m`
|
|
|
|
## Additional information
|
|
Mention things we might need to know. Like:
|
|
|
|
What I think needs to be done:
|
|
- [ ] step one
|
|
- [ ] step two
|
|
|
|
---
|
|
|
|
## That's it
|
|
Thank you for submitting your issue.
|
|
When done, please delete the parts of this template which you don't need or these, which are only for guidance.
|