...
1---
2name: v1 bug report
3about: Create a report to help us fix v1 bugs
4title: 'your bug title goes here'
5labels: 'kind/bug, status/triage, area/v1'
6assignees: ''
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 v1 release? The list of releases is [here](https://github.com/urfave/cli/releases).
17- [ ] Did you check the manual for your release? The v1 manual is [here](https://github.com/urfave/cli/blob/main/docs/v1/manual.md).
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
33A clear and concise description of what the bug is.
34
35## To reproduce
36
37Describe the steps or code required to reproduce the behavior
38
39## Observed behavior
40
41What did you see happen immediately after the reproduction steps
42above?
43
44## Expected behavior
45
46What would you have expected to happen immediately after the
47reproduction steps above?
48
49## Additional context
50
51Add any other context about the problem here.
52
53If the issue relates to a specific open source GitHub repo, please
54link that repo here.
55
56If you can reproduce this issue with a public CI system, please
57link a failing build here.
58
59## Want to fix this yourself?
60
61We'd love to have more contributors on this project! If the fix for
62this bug is easily explained and very small, feel free to create a
63pull request for it. You'll want to base the PR off the `v1`
64branch, all `v1` bug fix releases will be made from that branch.
65
66## Run `go version` and paste its output here
67
68```
69# paste `go version` output in here
70```
71
72## Run `go env` and paste its output here
73
74```
75# paste `go env` output in here
76```
View as plain text