.github/ISSUE_TEMPLATE/pkg-request.yml: update pkg reqs url

This commit is contained in:
classabbyamp 2022-08-12 13:07:05 -04:00 committed by classabbyamp
parent c9871df9f2
commit b4e0c0dcc9
1 changed files with 3 additions and 3 deletions

View File

@ -36,9 +36,9 @@ body:
- id: quality - id: quality
type: dropdown type: dropdown
attributes: attributes:
label: Does the requested package meet the quality requirements? label: Does the requested package meet the package requirements?
description: | description: |
See [Manual.md](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality_requirements) for details See [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements) for details
multiple: true multiple: true
options: options:
- System - System
@ -51,7 +51,7 @@ body:
attributes: attributes:
label: Is the requested package released? label: Is the requested package released?
description: | description: |
See [Manual.md](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality_requirements) for details See [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements) for details
options: options:
- "Yes" - "Yes"
- "No" - "No"