Skip to content

Commit

Permalink
Update issue template links (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
malfisya authored Nov 10, 2024
1 parent 84a67f9 commit 1a28d42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/packaging/procedures/request-a-package-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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).
4 changes: 2 additions & 2 deletions docs/packaging/procedures/request-a-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_).
Expand Down

0 comments on commit 1a28d42

Please sign in to comment.