|
| 1 | +--- |
| 2 | +name: v3 bug report |
| 3 | +about: Create a report to help us fix v3 bugs |
| 4 | +title: 'your bug title goes here' |
| 5 | +labels: 'kind/bug, area/v3, status/triage' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +## My urfave/cli version is |
| 11 | + |
| 12 | +_**( Put the version of urfave/cli that you are using here )**_ |
| 13 | + |
| 14 | +## Checklist |
| 15 | + |
| 16 | +- [ ] Are you running the latest v3 release? The list of releases is [here](https://github.com/urfave/cli/releases). |
| 17 | +- [ ] Did you check the manual for your release? The v3 manual is [here](https://cli.urfave.org/v3/getting-started/) |
| 18 | +- [ ] 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. |
| 19 | + |
| 20 | +## Dependency Management |
| 21 | + |
| 22 | +<!-- |
| 23 | + Delete any of the following that do not apply: |
| 24 | +--> |
| 25 | + |
| 26 | +- My project is using go modules. |
| 27 | +- My project is using vendoring. |
| 28 | +- My project is automatically downloading the latest version. |
| 29 | +- I am unsure of what my dependency management setup is. |
| 30 | + |
| 31 | +## Describe the bug |
| 32 | + |
| 33 | +A clear and concise description of what the bug is. |
| 34 | + |
| 35 | +## To reproduce |
| 36 | + |
| 37 | +Describe the steps or code required to reproduce the behavior |
| 38 | + |
| 39 | +## Observed behavior |
| 40 | + |
| 41 | +What did you see happen immediately after the reproduction steps |
| 42 | +above? |
| 43 | + |
| 44 | +## Expected behavior |
| 45 | + |
| 46 | +What would you have expected to happen immediately after the |
| 47 | +reproduction steps above? |
| 48 | + |
| 49 | +## Additional context |
| 50 | + |
| 51 | +Add any other context about the problem here. |
| 52 | + |
| 53 | +If the issue relates to a specific open source GitHub repo, please |
| 54 | +link that repo here. |
| 55 | + |
| 56 | +If you can reproduce this issue with a public CI system, please |
| 57 | +link a failing build here. |
| 58 | + |
| 59 | +## Want to fix this yourself? |
| 60 | + |
| 61 | +We'd love to have more contributors on this project! If the fix for |
| 62 | +this bug is easily explained and very small, feel free to create a |
| 63 | +pull request for it. |
| 64 | + |
| 65 | +## Run `go version` and paste its output here |
| 66 | + |
| 67 | +``` |
| 68 | +# paste `go version` output in here |
| 69 | +``` |
| 70 | + |
| 71 | +## Run `go env` and paste its output here |
| 72 | + |
| 73 | +``` |
| 74 | +# paste `go env` output in here |
| 75 | +``` |
0 commit comments