blob: 0e131943b5346e152b48ff3564271312c418809e (
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
|
name: New package request
description: Request a new package not currently available
title: "[New package]: "
labels:
- new-package-request
body:
- 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
validations:
required: true
- 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.
|