blob: a552afd229608cdc4721c1fd29b297df42f9970d (
plain)
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
|
name: Packaging Issue
description: Porting or packaging a project to fpm
labels: [packaging]
body:
- type: input
id: project
attributes:
label: Upstream Project
placeholder: URL for the upstream project
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
placeholder: Please describe the issue with porting or packaging a project with fpm
validations:
required: true
- type: input
id: fpm-version
attributes:
label: Version of fpm
placeholder: 0.4.0, 04da9a1ce99e8fce1abdb7eb9a2073f3188038ea, ...
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Information
placeholder: Further relevant context, i.e. links to other issues
validations:
required: false
|