aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/new_package_request.yaml
blob: a44028e8ec40790d8665cf6783794e491f933332 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---

name: New package request
description: Request a new package not currently available
title: "[New package]: "
labels:
    - new-package-request

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/mason-org/mason.nvim/issues?q=is%3Aissue+label%3Anew-package-request) instead of opening a new one.
          options:
              - label: "Yes"

    - type: input
      attributes:
          label: Package name
          description: Which package would you like to request to be added?
      validations:
          required: true

    - type: input
      attributes:
          label: Package homepage
          description: e.g., a GitHub page
      validations:
          required: true

    - type: input
      attributes:
          label: Languages
          description: Which languages does this package target?
          placeholder: typescript, javascript

    - type: textarea
      attributes:
          label: How is this package distributed?
          description: Is the package distributed through a standardized channel (such as GitHub release files, npm, pip, etc.)? Leave empty if you don't know.