From 739cdf93640aa3aeb914d60cec352bfb2c04c949 Mon Sep 17 00:00:00 2001 From: Muhammad Alfi Syahrin Date: Sun, 10 Nov 2024 13:41:56 +0700 Subject: [PATCH] Update issue template links --- docs/packaging/procedures/request-a-package-update.md | 4 ++-- docs/packaging/procedures/request-a-package.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/packaging/procedures/request-a-package-update.md b/docs/packaging/procedures/request-a-package-update.md index b9f903ec5..a564bb32f 100644 --- a/docs/packaging/procedures/request-a-package-update.md +++ b/docs/packaging/procedures/request-a-package-update.md @@ -7,7 +7,7 @@ summary: Boohoo, your favorite package is outdated! Packages updates are typically provided by the community or dedicated package maintainers. If we are not shipping the latest stable release of a package, however, you can let us know. -**First, please [look to see if an update request has already been filed](https://github.com/getsolus/packages/labels/Package%20Update%20Request) for the software or library you require**. +**First, please [look to see if an update request has already been filed](https://github.com/getsolus/packages/issues?q=sort%3Aupdated-desc+is%3Aopen+label%3A%22Package%3A+Update+Request%22) for the software or library you require**. If there isn't an existing request, you can use the link below to request a package update. Note that updates solely for a new version number, platform-specific updates (such as to macOS or Windows) which aren't relevant, or solely translation updates, are generally not accepted or not prioritized. @@ -17,4 +17,4 @@ You will be asked in the form to provide the following information: - Description: Explanation as to the value-add of updating this package. - Link to source tarball/zip file. Note: `master.zip` files **are not permitted**. We require versioned tarballs, for example: "1.2.3.tar.gz". -Please put this into a new [issue](https://github.com/getsolus/packages/issues/new?assignees=&labels=Package+Update+Request&projects=&template=request-package-update.yml). +Please put this into a new [issue](https://github.com/getsolus/packages/issues/new?assignees=&labels=Package%3A+Update+Request&projects=&template=request-package-update.yml). diff --git a/docs/packaging/procedures/request-a-package.md b/docs/packaging/procedures/request-a-package.md index 3f87da751..0cdcd86c1 100644 --- a/docs/packaging/procedures/request-a-package.md +++ b/docs/packaging/procedures/request-a-package.md @@ -9,9 +9,9 @@ If you think Solus is missing a package that would be useful, you can let us kno ## Steps to request a new package -1. [Look to see if an issue has already been filed](https://github.com/getsolus/packages/issues?q=label%3A%22Package+Request%22) for the package you want. If there is already request for your package, please do not open another issue. Instead, add your comments to the existing issue. +1. [Look to see if an issue has already been filed](https://github.com/getsolus/packages/issues?q=sort%3Aupdated-desc+is%3Aopen+label%3A%22Package%3A+Addition+Request%22) for the package you want. If there is already request for your package, please do not open another issue. Instead, add your comments to the existing issue. 2. Skim our [Package inclusion policy](/docs/packaging/procedures/package-inclusion.md) to make sure your request won't be rejected. -3. Open a new [issue](https://github.com/getsolus/packages/issues/new?assignees=&labels=Package+Request%2CPriority%3A+Wishlist&projects=&template=request-new-package.yml&title=What%27s+the+package+name) for your package using the _Request a new package_ template. The template will ask you for the following information. Please complete as much as you can. +3. Open a new [issue](https://github.com/getsolus/packages/issues/new?assignees=&labels=Package%3A+Addition+Request%2CPriority%3A+Wishlist&projects=&template=request-new-package.yml&title=What%27s+the+package+name%3F) for your package using the _Request a new package_ template. The template will ask you for the following information. Please complete as much as you can. - Name - Homepage - Why should this be included in the repository? If we already offer similar packages in our repository **or third party repository**, please tell us what your new package does that our existing packages do not (_How is it different or better_).