From 1d0baabf89b199f2cae058528dd93ed54dba04ed Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Sat, 3 Dec 2022 13:47:51 +0300 Subject: [PATCH] Update and rename v2-feature-request.md to v3-feature-request.md Because `v2` is now maintenance only --- .../{v2-feature-request.md => v3-feature-request.md} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename .github/ISSUE_TEMPLATE/{v2-feature-request.md => v3-feature-request.md} (76%) diff --git a/.github/ISSUE_TEMPLATE/v2-feature-request.md b/.github/ISSUE_TEMPLATE/v3-feature-request.md similarity index 76% rename from .github/ISSUE_TEMPLATE/v2-feature-request.md rename to .github/ISSUE_TEMPLATE/v3-feature-request.md index 5f08ebc1e9..f706c685ef 100644 --- a/.github/ISSUE_TEMPLATE/v2-feature-request.md +++ b/.github/ISSUE_TEMPLATE/v3-feature-request.md @@ -1,16 +1,16 @@ --- -name: v2 feature request -about: Suggest an improvement for v2 +name: v3 feature request +about: Suggest an improvement to go into v3 title: 'your feature title goes here' -labels: 'type/feature, area/v2, status/triage' +labels: 'type/feature, area/v3, status/triage' assignees: '' --- ## 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/main/docs/v2/manual.md). +* [ ] Are you running the latest v3 release? The list of releases is [here](https://github.com/urfave/cli/releases). +* [ ] Did you check the manual for your release? The v3 manual is [here](https://github.com/urfave/cli/blob/main/docs/v3/manual.md). * [ ] Did you perform a search about this feature? 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. ## What problem does this solve?