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"