45 lines
1.4 KiB
Markdown
45 lines
1.4 KiB
Markdown
|
---
|
||
|
name: v2 bug report
|
||
|
about: Create a report to help us fix v2 bugs
|
||
|
title: 'v2 bug: ( your bug title goes here )'
|
||
|
labels: 'type: bug, version: v2, status: triage'
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
## Checklist
|
||
|
|
||
|
* [ ] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases).
|
||
|
* [ ] Did you check the manual for your release? The v2 manual is [here](https://github.com/urfave/cli/blob/master/docs/v2/manual.md)
|
||
|
* [ ] Did you perform a search about this problem? Here's the [Github guide](https://help.github.com/en/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests) about searching.
|
||
|
|
||
|
## Describe the bug
|
||
|
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
## To reproduce
|
||
|
|
||
|
Describe the steps or code required to reproduce the behavior
|
||
|
|
||
|
## Expected behavior
|
||
|
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
## Additional context
|
||
|
|
||
|
Add any other context about the problem here.
|
||
|
|
||
|
If the issue relates to a specific open source Github repo, please link that repo here.
|
||
|
|
||
|
If you can reproduce this issue with a public CI system, please link a failing build here.
|
||
|
|
||
|
## Want to fix this yourself?
|
||
|
|
||
|
We'd love to have more contributors on this project! If the fix for this bug is easily explained and very small, free free to create a pull request for it.
|
||
|
|
||
|
## Run `go env` and paste its output here
|
||
|
|
||
|
```
|
||
|
# paste it in here
|
||
|
```
|