mas/.github/ISSUE_TEMPLATE/bug_report.md

59 lines
1.1 KiB
Markdown
Raw Normal View History

2018-12-06 04:17:00 +00:00
---
name: Bug report
about: Create a report to help us improve
2019-04-06 20:39:02 +00:00
title: "\U0001F41B [BUG]"
2018-12-06 04:17:00 +00:00
labels: "\U0001F41B bug"
assignees: ''
---
2019-04-06 20:39:02 +00:00
## Your Environment
- `mas version`:
- macOS version (`system_profiler SPSoftwareDataType -detailLevel mini`): 10.1...
### mas Install Method
- [] `brew install mas` (homebrew-core)
- [] [mas-cli/tap](https://github.com/mas-cli/homebrew-tap)
- [] `.pkg` installer from [releases](https://github.com/mas-cli/mas/releases)
- [] Built from source
- Fork/branch: ? (e.g. mas-cli/main)
2021-05-03 20:42:10 +00:00
- Xcode version: 10.?
2019-04-06 20:39:02 +00:00
## Describe the Bug
> A clear and concise description of what the bug is.
## To Reproduce
2018-12-06 04:17:00 +00:00
Steps to reproduce the behavior:
2019-04-06 20:39:02 +00:00
2018-12-06 04:17:00 +00:00
1. Go to '...'
2019-04-06 20:39:02 +00:00
1. Click on '....'
1. Scroll down to '....'
1. See error
## Expected Behavior
> A clear and concise description of what you expected to happen.
## Actual Behavior
> A clear and concise description of what actually happened.
## Screenshots, Terminal Output
> If applicable, add screenshots to help explain your problem.
2021-05-03 20:42:10 +00:00
```bash
2019-04-06 20:39:02 +00:00
$ mas command
...
```
2018-12-06 04:17:00 +00:00
2019-04-06 20:39:02 +00:00
## Additional Context
2019-04-06 20:39:02 +00:00
> Add any other context about the problem here.
> Did it work in a previous version?