mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
.gitlab: Initialize issue templates
This commit is contained in:
parent
57d218fd94
commit
d0dcaea549
30
.gitlab/issue_templates/Default.md
Normal file
30
.gitlab/issue_templates/Default.md
Normal file
@ -0,0 +1,30 @@
|
||||
<!--
|
||||
This is the issue template for reporting an issue with a specific package. You
|
||||
can select a different issue template from the dropdown above. Also, feel free
|
||||
to use the "No template" option in case no template applies to your issue.
|
||||
|
||||
Also note that this repository is intended for reporting issues with packages.
|
||||
For other components, separate issue trackers exist:
|
||||
|
||||
* Installer issues: https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues
|
||||
* Infrastructure issues: https://gitlab.alpinelinux.org/alpine/infra/infra/-/issues
|
||||
* Initramfs issues: https://gitlab.alpinelinux.org/alpine/mkinitfs/-/issues
|
||||
-->
|
||||
|
||||
## 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
|
10
.gitlab/issue_templates/Package Request.md
Normal file
10
.gitlab/issue_templates/Package Request.md
Normal file
@ -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
|
11
.gitlab/issue_templates/Upgrade Request.md
Normal file
11
.gitlab/issue_templates/Upgrade Request.md
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user