From b4e0c0dcc9b39d661ae5b59f69d85cedd992895f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 12 Aug 2022 13:07:05 -0400 Subject: [PATCH] .github/ISSUE_TEMPLATE/pkg-request.yml: update pkg reqs url --- .github/ISSUE_TEMPLATE/pkg-request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/pkg-request.yml b/.github/ISSUE_TEMPLATE/pkg-request.yml index 1dbbe572d06..a50049efc10 100644 --- a/.github/ISSUE_TEMPLATE/pkg-request.yml +++ b/.github/ISSUE_TEMPLATE/pkg-request.yml @@ -36,9 +36,9 @@ body: - id: quality type: dropdown attributes: - label: Does the requested package meet the quality requirements? + label: Does the requested package meet the package requirements? 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 options: - System @@ -51,7 +51,7 @@ body: attributes: label: Is the requested package released? 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: - "Yes" - "No"