From ccf6d160172ab57f9777e88af5fa51240108285a Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 4 Nov 2024 15:05:29 +0000 Subject: [PATCH] [meta] disable blank issues --- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md | 44 ------------------------ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/issue_template.md | 2 +- 3 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md deleted file mode 100644 index d8309e2..0000000 --- a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,44 +0,0 @@ - - - -#### Operating system and version: - -#### `nvm debug` output: -
- - -```sh - -``` -
- -#### `nvm ls` output: -
- - -```sh - -``` -
- -#### How did you install `nvm`? - - -#### What steps did you perform? - -#### What happened? - -#### What did you expect to happen? - -#### Is there anything in any of your profile files that modifies the `PATH`? - - - -#### If you are having installation issues, or getting "N/A", what does `curl -I --compressed -v https://nodejs.org/dist/` print out? -
- - -```sh - -``` -
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md index b2998b9..5d735df 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.md +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -1,5 +1,5 @@ --- -name: ISSUE_TEMPLATE +name: File an issue… about: Create a report to help us improve title: '' labels: ''