diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/auto-assign-issues.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/auto-assign-issues.yml b/.github/workflows/auto-assign-issues.yml index 3c7a2d56..8cc7a238 100644 --- a/.github/workflows/auto-assign-issues.yml +++ b/.github/workflows/auto-assign-issues.yml @@ -28,6 +28,4 @@ jobs: token: ${{ secrets.PAT }} issue-number: ${{ github.event.issue.number }} body: | - Hello! Cool! Pull requests are always very welcomed to add new packages. If the distribution of the - package is simple, the installation will most likely be so as well (existing package installers may be - used for reference!). Otherwise, @williamboman will get around to looking into this ASAP! + Hello! Pull requests are always very welcomed to add new packages. If the distribution of the package is simple, the installation will most likely be so as well. See [CONTRIBUTING.md](https://github.com/williamboman/mason.nvim/blob/main/CONTRIBUTING.md) and the [API reference](https://github.com/williamboman/mason.nvim/blob/main/doc/reference.md) for more details! You may also use existing packages as reference. |
