From d08e6e220ec7ec43eb68079020e9e0df059b144d Mon Sep 17 00:00:00 2001 From: Silke Hofstra Date: Sat, 7 Oct 2023 17:58:14 +0200 Subject: [PATCH] docs/packaging: clarify that packages need to be accepted (#399) --- docs/packaging/creating-a-new-package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/packaging/creating-a-new-package.md b/docs/packaging/creating-a-new-package.md index b77c9d405..00927378f 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) 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=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: ``` This PR resolves software request https://github.com/getsolus/packages/issues/123