master
 1name: 📦 Package Request
 2description: Open an issue about a missing package.
 3title: "[Request]: "
 4labels: ["package-request"]
 5body:
 6- type: checkboxes
 7  attributes:
 8    label: Prerequisites
 9    options:
10    - label: I have searched all issues/PRs to ensure it has not already been reported or fixed.
11      required: true
12- type: checkboxes
13  attributes:
14    label: Criteria
15    description: For a package to be acceptable in this bucket, it should be
16    options:
17    - label: Criteria 1
18      required: true
19    - label: Criteria 2
20      required: true
21    - label: Criteria 3
22      required: true
23- type: input
24  attributes:
25    label: Name
26    description: Name of the package
27  validations:
28    required: true
29- type: input
30  attributes:
31    label: Description
32    description: Clear and concise details of what it is
33  validations:
34    required: true
35- type: input
36  attributes:
37    label: Homepage
38    description: URI of the package's homepage
39  validations:
40    required: true
41- type: input
42  attributes:
43    label: Download Link(s)
44    description: URI(s) of the package's download(s)
45  validations:
46    required: true
47- type: textarea
48  attributes:
49    label: Some Indication of Popularity/Repute
50    description: GitHub stars/software reviews etc.
51  validations:
52    required: true