From 4f7ac9d30d9c5cf649a6d9ecd47c385bd6065f94 Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Wed, 27 Nov 2019 23:58:43 -0800 Subject: [PATCH] Update v2-bug-report.md --- .github/ISSUE_TEMPLATE/v2-bug-report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/v2-bug-report.md b/.github/ISSUE_TEMPLATE/v2-bug-report.md index 5c20104..f479fea 100644 --- a/.github/ISSUE_TEMPLATE/v2-bug-report.md +++ b/.github/ISSUE_TEMPLATE/v2-bug-report.md @@ -17,12 +17,12 @@ _**( 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 +## Dependency Management - [ ] 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. +- [ ] I am unsure of what my dependency management setup is. ## Describe the bug