aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/02_packaging.yaml
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2021-09-08 12:56:41 +0200
committerGitHub <noreply@github.com>2021-09-08 12:56:41 +0200
commit250a05af37172710a1b3d7f4dde41a7c336b50d1 (patch)
tree279851a7eab84a04aaf3e91248739802a1e575da /.github/ISSUE_TEMPLATE/02_packaging.yaml
parent415718b65d16e877265a19b7822e991290306090 (diff)
downloadfpm-250a05af37172710a1b3d7f4dde41a7c336b50d1.tar.gz
fpm-250a05af37172710a1b3d7f4dde41a7c336b50d1.zip
Add issue templates (#558)
Co-authored-by: Carlos Une <brocolis@eml.cc>
Diffstat (limited to '.github/ISSUE_TEMPLATE/02_packaging.yaml')
-rw-r--r--.github/ISSUE_TEMPLATE/02_packaging.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/02_packaging.yaml b/.github/ISSUE_TEMPLATE/02_packaging.yaml
new file mode 100644
index 0000000..a552afd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/02_packaging.yaml
@@ -0,0 +1,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