Skip to content

Commit 17e48ef

Browse files
committed
Add package addition issue template
1 parent 435a073 commit 17e48ef

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
2+
name : '📦 𝗣𝗮𝗰𝗸𝗮𝗴𝗲 - 𝗔𝗱𝗱𝗶𝘁𝗶𝗼𝗻'
3+
4+
description : 'Request the addition of a Python package.'
5+
title : '‹Package›'
6+
7+
assignees : [ 'PhoneDroid' ]
8+
labels : [ '📦 𝗣𝗮𝗰𝗸𝗮𝗴𝗲' , '+' ]
9+
10+
body:
11+
12+
- type : 'markdown'
13+
14+
attributes:
15+
value : '<!-- Spacer -->'
16+
17+
- type : 'input'
18+
id : 'Additions'
19+
20+
attributes :
21+
22+
description : 'Handle of the [PyPI](https://pypi.org/) package.'
23+
placeholder : 'package-a'
24+
label : '📦 𝗣𝗮𝗰𝗸𝗮𝗴𝗲'
25+
26+
validations:
27+
required : true
28+
29+
- type : 'markdown'
30+
31+
attributes:
32+
value : '<!-- Spacer -->'
33+
34+
- type : 'textarea'
35+
id : 'Reason'
36+
37+
attributes :
38+
39+
description : 'Describe why you are requesting this change.'
40+
placeholder : 'My addon ‹abc› needs this package to do ‹xyz›.'
41+
render : 'txt'
42+
label : '📑 𝗥𝗲𝗮𝘀𝗼𝗻'
43+
44+
validations:
45+
required : true

0 commit comments

Comments
 (0)