urfave-cli/.github/ISSUE_TEMPLATE/v2-bug-report.md

65 lines
1.9 KiB
Markdown
Raw Normal View History

2019-11-14 22:06:01 +00:00
---
name: v2 bug report
about: Create a report to help us fix v2 bugs
title: 'v2 bug: ( your bug title goes here )'
2020-01-16 21:13:43 +00:00
labels: 'kind/bug, area/v2, status/triage'
2019-11-14 22:06:01 +00:00
assignees: ''
---
2019-11-28 03:53:58 +00:00
## my urfave/cli version is
_**( Put the version of urfave/cli that you are using here )**_
2019-11-14 22:06:01 +00:00
## 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.
2019-11-28 07:58:43 +00:00
## Dependency Management
2019-11-28 04:29:26 +00:00
- [ ] My project is using go modules.
- [ ] My project is using vendoring.
- [ ] My project is automatically downloading the latest version.
2019-11-28 07:58:43 +00:00
- [ ] I am unsure of what my dependency management setup is.
2019-11-28 04:29:26 +00:00
2019-11-14 22:06:01 +00:00
## Describe the bug
A clear and concise description of what the bug is.
2019-12-27 12:54:31 +00:00
## To reproduce
Describe the steps or code required to reproduce the behavior
2019-12-27 12:32:02 +00:00
## Observed behavior
2019-11-14 22:06:01 +00:00
2019-12-27 12:32:02 +00:00
What did you see happen immediately after the reproduction steps above?
2019-11-14 22:06:01 +00:00
2019-12-27 12:52:51 +00:00
## Expected behavior
What would you have expected to happen immediately after the reproduction steps above?
2019-11-14 22:06:01 +00:00
## 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.
2019-11-29 00:27:06 +00:00
## Run `go version` and paste its output here
```
# paste `go version` output in here
```
2019-11-14 22:06:01 +00:00
## Run `go env` and paste its output here
```
2019-11-29 00:27:06 +00:00
# paste `go env` output in here
2019-11-14 22:06:01 +00:00
```