diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md new file mode 100644 index 00000000000..8d66c3d434d --- /dev/null +++ b/.gitlab/issue_templates/Default.md @@ -0,0 +1,30 @@ + + +## Package Information + +* Package name: *Enter the apk package name* +* Package version: *Version as obtained by `apk info`* +* Alpine version: *Alpine version from `/etc/alpine-release`* +* Alpine architecture: *Architecture obtained via `apk --print-arch`* + +## Summary + +*Write a brief description of your issue with the selected package.* + +## Steps to reproduce + +*If applicable, please provide instructions to reproduce the issue.* + +/label ~type:bug +/label ~triage:pending diff --git a/.gitlab/issue_templates/Package Request.md b/.gitlab/issue_templates/Package Request.md new file mode 100644 index 00000000000..54fdd1d5b16 --- /dev/null +++ b/.gitlab/issue_templates/Package Request.md @@ -0,0 +1,10 @@ +## Package Information + +* Name: *Provide the name of the requested package* +* Homepage: *Provide a link to the upstream home page* + +## Description + +*Provide a short description of the package and explain why it is useful for Alpine.* + +/label ~type:package-request diff --git a/.gitlab/issue_templates/Upgrade Request.md b/.gitlab/issue_templates/Upgrade Request.md new file mode 100644 index 00000000000..fa9335aa694 --- /dev/null +++ b/.gitlab/issue_templates/Upgrade Request.md @@ -0,0 +1,11 @@ +## Package Information + +* Package name: *Name of the package which should be upgraded* +* New version: *Version to which the package should be upgraded* +* Release notes: *If possible, reference the upstream release notes* + +## Summary + +*If applicable, provide more information on the importance of the upgrade.* + +/label ~type:package-upgrade