mas/.github/ISSUE_TEMPLATE/bug_report.md
Ross Goldberg 097d04c460
Upgrade Xcode dependency to 14.2.
Partial #638

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
2024-11-16 04:06:50 -05:00

58 lines
1.1 KiB
Markdown

---
name: Bug report
about: Create a report to help us improve
title: "\U0001F41B [BUG]"
labels: "\U0001F41B bug"
assignees: ''
---
## 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)
- Xcode version: (e.g. 14.2)
## Describe the Bug
> A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
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.
```bash
$ mas command
...
```
## Additional Context
> Add any other context about the problem here.
> Did it work in a previous version?