diff options
| author | William Boman <william@redwill.se> | 2025-05-06 23:30:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-06 23:30:27 +0200 |
| commit | 7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e (patch) | |
| tree | 774be39734bd2a13dc15d44b0d03312158c817f9 /.github | |
| parent | tests: fix flaky test (#1924) (diff) | |
| download | mason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.tar mason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.tar.gz mason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.tar.bz2 mason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.tar.lz mason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.tar.xz mason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.tar.zst mason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.zip | |
docs: update references to mason-org/mason.nvim (#1925)
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/general_issue.yaml | 4 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/new_package_request.yaml | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/package_installation_form.yaml | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/package_issue.yaml | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index df7a6397..ae5abc0e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,5 +2,5 @@ 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 30c3f92c..8601d3f8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -9,7 +9,7 @@ body: - type: checkboxes attributes: label: I've searched open issues for similar requests - description: If possible, please contribute to any [open issues](https://github.com/williamboman/mason.nvim/issues) instead of opening a new one. + description: If possible, please contribute to any [open issues](https://github.com/mason-org/mason.nvim/issues) instead of opening a new one. options: - label: "Yes" diff --git a/.github/ISSUE_TEMPLATE/general_issue.yaml b/.github/ISSUE_TEMPLATE/general_issue.yaml index 5ccb9d9b..d6fc4481 100644 --- a/.github/ISSUE_TEMPLATE/general_issue.yaml +++ b/.github/ISSUE_TEMPLATE/general_issue.yaml @@ -8,7 +8,7 @@ body: value: | # Issue reporting guidelines - 1. This is not a general support board for package usage questions (e.g. "How do I do X?"). For questions, please refer to [the discussion board](https://github.com/williamboman/mason.nvim/discussions/categories/q-a) first! :) + 1. This is not a general support board for package usage questions (e.g. "How do I do X?"). For questions, please refer to [the discussion board](https://github.com/mason-org/mason.nvim/discussions/categories/q-a) first! :) 1. Before reporting an issue, make sure that you meet the minimum requirements mentioned in the README. Also review `:checkhealth mason` for potential problems. --- @@ -16,7 +16,7 @@ body: - type: checkboxes attributes: label: I've searched open issues for similar requests - description: If possible, please contribute to any [open issues](https://github.com/williamboman/mason.nvim/issues?q=is%3Aissue) instead of opening a new one. + description: If possible, please contribute to any [open issues](https://github.com/mason-org/mason.nvim/issues?q=is%3Aissue) instead of opening a new one. options: - label: "Yes" diff --git a/.github/ISSUE_TEMPLATE/new_package_request.yaml b/.github/ISSUE_TEMPLATE/new_package_request.yaml index ef5d20e2..a44028e8 100644 --- a/.github/ISSUE_TEMPLATE/new_package_request.yaml +++ b/.github/ISSUE_TEMPLATE/new_package_request.yaml @@ -10,7 +10,7 @@ body: - type: checkboxes attributes: label: I've searched open & closed issues for similar requests - description: If possible, please contribute to [existing issues](https://github.com/williamboman/mason.nvim/issues?q=is%3Aissue+label%3Anew-package-request) instead of opening a new one. + description: If possible, please contribute to [existing issues](https://github.com/mason-org/mason.nvim/issues?q=is%3Aissue+label%3Anew-package-request) instead of opening a new one. options: - label: "Yes" diff --git a/.github/ISSUE_TEMPLATE/package_installation_form.yaml b/.github/ISSUE_TEMPLATE/package_installation_form.yaml index ba22ad1e..df2bdab7 100644 --- a/.github/ISSUE_TEMPLATE/package_installation_form.yaml +++ b/.github/ISSUE_TEMPLATE/package_installation_form.yaml @@ -19,7 +19,7 @@ body: - type: checkboxes attributes: label: I've searched open issues for similar requests - description: If possible, please contribute to any [open issues](https://github.com/williamboman/mason.nvim/issues?q=is%3Aissue+label%3Ainstallation-issue) instead of opening a new one. + description: If possible, please contribute to any [open issues](https://github.com/mason-org/mason.nvim/issues?q=is%3Aissue+label%3Ainstallation-issue) instead of opening a new one. options: - label: "Yes" diff --git a/.github/ISSUE_TEMPLATE/package_issue.yaml b/.github/ISSUE_TEMPLATE/package_issue.yaml index 486b53cd..b0e8fbf0 100644 --- a/.github/ISSUE_TEMPLATE/package_issue.yaml +++ b/.github/ISSUE_TEMPLATE/package_issue.yaml @@ -11,7 +11,7 @@ body: value: | # Issue reporting guidelines - 1. This is not a general support board for package usage questions (e.g. "How do I do X?"). For questions, please refer to [the discussion board](https://github.com/williamboman/mason.nvim/discussions/categories/q-a) first! :) + 1. This is not a general support board for package usage questions (e.g. "How do I do X?"). For questions, please refer to [the discussion board](https://github.com/mason-org/mason.nvim/discussions/categories/q-a) first! :) 1. Before reporting an issue, make sure that you meet the minimum requirements mentioned in the README. Also review `:checkhealth mason` for potential problems. 1. General usage issues with packages should not be reported here. Please only report issues that you believe are a result of something that mason.nvim does. 1. Please try to review errors yourself first and ensure it's not a problem that is local to your system only. |
