diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a54e88fea79..cec579d140f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,13 +6,13 @@ body: attributes: value: | Is this a question? - * Please start a new [Q&A discussion](https://github.com/kyazdani42/nvim-tree.lua/discussions/new) instead of raising a bug. + * Please start a new [Q&A discussion](https://github.com/nvim-tree/nvim-tree.lua/discussions/new) instead of raising a bug. Before reporting: - * search [existing issues](https://github.com/kyazdani42/nvim-tree.lua/issues) + * search [existing issues](https://github.com/nvim-tree/nvim-tree.lua/issues) * ensure that nvim-tree is updated to the latest version - If you are experiencing performance issues, please [enable profiling](https://github.com/kyazdani42/nvim-tree.lua#performance-issues) and attach the logs. + If you are experiencing performance issues, please [enable profiling](https://github.com/nvim-tree/nvim-tree.lua#performance-issues) and attach the logs. - type: textarea attributes: label: "Description" @@ -22,7 +22,7 @@ body: - type: textarea attributes: label: "Neovim version" - description: "Output of `nvim --version`. Please see nvim-tree.lua [minimum required version](https://github.com/kyazdani42/nvim-tree.lua#notice)." + description: "Output of `nvim --version`. Please see nvim-tree.lua [minimum required version](https://github.com/nvim-tree/nvim-tree.lua#notice)." placeholder: | NVIM v0.6.1 Build type: Release @@ -49,7 +49,7 @@ body: label: "Minimal config" description: "Minimal(!) configuration necessary to reproduce the issue. - (Right click) save [nvt-min.lua](https://raw.githubusercontent.com/kyazdani42/nvim-tree.lua/master/.github/ISSUE_TEMPLATE/nvt-min.lua) to `/tmp` and run using `nvim -nu /tmp/nvt-min.lua` + (Right click) save [nvt-min.lua](https://raw.githubusercontent.com/nvim-tree/nvim-tree.lua/master/.github/ISSUE_TEMPLATE/nvt-min.lua) to `/tmp` and run using `nvim -nu /tmp/nvt-min.lua` If _absolutely_ necessary, add plugins and modify the nvim-tree setup at the indicated lines. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0ad1b00a5b8..34caa89e72c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,7 +7,7 @@ assignees: '' --- **Is this a question?** -Please start a new [Q&A discussion](https://github.com/kyazdani42/nvim-tree.lua/discussions/new) instead of raising a feature request. +Please start a new [Q&A discussion](https://github.com/nvim-tree/nvim-tree.lua/discussions/new) instead of raising a feature request. **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] diff --git a/.github/ISSUE_TEMPLATE/nvt-min.lua b/.github/ISSUE_TEMPLATE/nvt-min.lua index 36cbcf6b251..67bc514196f 100644 --- a/.github/ISSUE_TEMPLATE/nvt-min.lua +++ b/.github/ISSUE_TEMPLATE/nvt-min.lua @@ -6,8 +6,8 @@ local function load_plugins() require("packer").startup { { "wbthomason/packer.nvim", - "kyazdani42/nvim-tree.lua", - "kyazdani42/nvim-web-devicons", + "nvim-tree/nvim-tree.lua", + "nvim-tree/nvim-web-devicons", -- ADD PLUGINS THAT ARE _NECESSARY_ FOR REPRODUCING THE ISSUE }, config = {