From 8db7bd89a1d4551bc7714b54f1e48b5ab18a22b5 Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Wed, 27 Nov 2019 20:28:48 -0800 Subject: [PATCH] Update v1-bug-report.md --- .github/ISSUE_TEMPLATE/v1-bug-report.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/v1-bug-report.md b/.github/ISSUE_TEMPLATE/v1-bug-report.md index b253666..126726f 100644 --- a/.github/ISSUE_TEMPLATE/v1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/v1-bug-report.md @@ -13,6 +13,13 @@ assignees: lynncyrin * [ ] 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.