diff options
| author | William Boman <william@redwill.se> | 2025-05-06 23:52:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-06 23:52:28 +0200 |
| commit | 344876dcf050624ba34dcfcf9d15ef3026f61cad (patch) | |
| tree | 446fd57c166315ff553b2af839e7eeb34e7d8507 /.github | |
| parent | ci: fix cbfmt & selene, add nvim v0.11.1, and fix incorrect test fixtures (#540) (diff) | |
| download | mason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.tar mason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.tar.gz mason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.tar.bz2 mason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.tar.lz mason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.tar.xz mason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.tar.zst mason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.zip | |
chore: fix references to williamboman/mason.nvim (#541)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yaml | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/server_issue.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 70db94b..c8be312 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ contact_links: - name: Ask a question about mason.nvim or get support - url: https://github.com/williamboman/mason.nvim/discussions/new?category=q-a + url: https://github.com/mason-org/mason.nvim/discussions/new?category=q-a about: Ask a question or request support for using mason.nvim diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index de4fe3a..4a729a2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -7,7 +7,7 @@ body: - type: markdown attributes: value: | - 👋! This is not an issue template for questions! If you have questions, please refer to https://github.com/williamboman/mason.nvim/discussions/categories/q-a :) + 👋! This is not an issue template for questions! If you have questions, please refer to https://github.com/mason-org/mason.nvim/discussions/categories/q-a :) Before filing an issue, make sure that you meet the minimum requirements mentioned in the README. diff --git a/.github/ISSUE_TEMPLATE/server_issue.yaml b/.github/ISSUE_TEMPLATE/server_issue.yaml index 4a92890..8dbc7c5 100644 --- a/.github/ISSUE_TEMPLATE/server_issue.yaml +++ b/.github/ISSUE_TEMPLATE/server_issue.yaml @@ -7,7 +7,7 @@ body: - type: markdown attributes: value: | - 👋! This is not an issue template for questions! If you have questions, please refer to https://github.com/williamboman/mason.nvim/discussions/categories/q-a :) + 👋! This is not an issue template for questions! If you have questions, please refer to https://github.com/mason-org/mason.nvim/discussions/categories/q-a :) Before filing an issue, make sure that you meet the minimum requirements mentioned in the README |
