diff --git a/docs/packaging/creating-a-new-package.md b/docs/packaging/creating-a-new-package.md index f4455018a..e633f1718 100644 --- a/docs/packaging/creating-a-new-package.md +++ b/docs/packaging/creating-a-new-package.md @@ -10,7 +10,7 @@ This page will take you through the steps required to build a new package for th :::note -**Please [look to see if an issue has been filed](https://github.com/getsolus/packages/issues?q=label%3A%22Package+Request%22) and _accepted_ for the software or library you intend to package**. If there is an existing request, please add a link to it in your pull request. Ex: +**Please [look to see if an issue has been filed](https://github.com/getsolus/packages/issues?q=sort%3Aupdated-desc+is%3Aopen+label%3A%22Package%3A+Addition+Request%22) and _accepted_ for the software or library you intend to package**. If there is an existing request, please add a link to it in your pull request. Ex: ``` This PR resolves software request https://github.com/getsolus/packages/issues/123 diff --git a/docs/packaging/index.md b/docs/packaging/index.md index bfbc9e2ea..f1a88cb6d 100644 --- a/docs/packaging/index.md +++ b/docs/packaging/index.md @@ -18,7 +18,7 @@ This is the overall workflow for creating or updating a package. Please check the following: -- Search [open package requests](https://github.com/getsolus/packages/issues?q=label%3A%22Package+Request%22) to see if there is one for the package. If there isn't an existing issue, go ahead and submit your pull request. If there is already a pull request, please check its status to avoid duplicating work. +- Search [open package requests](https://github.com/getsolus/packages/issues?q=sort%3Aupdated-desc+is%3Aopen+label%3A%22Package%3A+Addition+Request%22) to see if there is one for the package. If there isn't an existing issue, go ahead and submit your pull request. If there is already a pull request, please check its status to avoid duplicating work. - If you are submitting a pull request for the inclusion of software in the repo, the package has a corresponding package request that is **accepted for inclusion** or is a dependency of a package that has been accepted into the repository. ## Building packages diff --git a/docs/packaging/submitting-a-pull-request.mdx b/docs/packaging/submitting-a-pull-request.mdx index f12f9acf4..6122d632b 100644 --- a/docs/packaging/submitting-a-pull-request.mdx +++ b/docs/packaging/submitting-a-pull-request.mdx @@ -13,7 +13,7 @@ import Tabs from "@theme/Tabs"; Please refrain from submitting a pull request for the following instances: -- For a package that is yet to be accepted for inclusion by a member of the Solus Staff team. Search [open package requests](https://github.com/getsolus/packages/issues?q=label%3A%22Package+Request%22) to see if there is an open request for the package. +- For a package that is yet to be accepted for inclusion by a member of the Solus Staff team. Search [open package requests](https://github.com/getsolus/packages/issues?q=sort%3Aupdated-desc+is%3Aopen+label%3A%22Package%3A+Addition+Request%22) to see if there is an open request for the package. We welcome you to politely reach out via the package request issue or our Support room on [Matrix](/docs/user/contributing/getting-involved#matrix-chat) if you deem the review of the request to be time-sensitive in nature. - If your pull request is a Work In Progress / WIP. Pull requests that are completed or are marked as _request for comments_ (RFC) are accepted. For RFC request please ensure your patch title contains `[RFC]` and is marked as 'draft'. WIP patches clutter the issue tracker, make patch review by Solus Staff more time consuming, and introduce unnecessary work. diff --git a/docs/packaging/updating-an-existing-package.md b/docs/packaging/updating-an-existing-package.md index 8e306a909..26d4a08a0 100644 --- a/docs/packaging/updating-an-existing-package.md +++ b/docs/packaging/updating-an-existing-package.md @@ -10,7 +10,7 @@ This article will go over updating a package that is already in the Solus packag :::note -**Please [look to see if an issue has been filed](https://github.com/getsolus/packages/issues?q=label%3A%22Package+Request%22) for the software update**. +**Please [look to see if an issue has been filed](https://github.com/getsolus/packages/labels/Package%3A%20Update%20Request) for the software update**. If there is an existing request, please add a link to it in your pull request. Ex: ```