Merge pull request #951 from urfave/ask-about-packaging-1

Ask users to describe their packaging setup
This commit is contained in:
lynn [they] 2019-11-27 23:57:11 -08:00 committed by GitHub
commit 6d64fe002b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -17,6 +17,13 @@ _**( Put the version of urfave/cli that you are using here )**_
* [ ] Did you check the manual for your release? The v1 manual is [here](https://github.com/urfave/cli/blob/master/docs/v1/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.
## Packaging Setup
- [ ] My project is using go modules.
- [ ] My project is using vendoring.
- [ ] My project is automatically downloading the latest version.
- [ ] I am unsure of what my packaging setup is.
## Describe the bug
A clear and concise description of what the bug is.

View File

@ -17,6 +17,13 @@ _**( Put the version of urfave/cli that you are using here )**_
* [ ] 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.
## Packaging Setup
- [ ] My project is using go modules.
- [ ] My project is using vendoring.
- [ ] My project is automatically downloading the latest version.
- [ ] I am unsure of what my packaging setup is.
## Describe the bug
A clear and concise description of what the bug is.