diff --git a/docs/packaging/submitting-a-package.md b/docs/packaging/submitting-a-package.md index 637c99bd5..fa9e9e173 100644 --- a/docs/packaging/submitting-a-package.md +++ b/docs/packaging/submitting-a-package.md @@ -35,7 +35,7 @@ Prior to submitting a patch, please ensure you are checking the following: Please refrain from submitting a patch for the following instances: - For a package that is yet to be accepted for inclusion by a member of the Solus Staff team. We welcome you to politely reach out via the package request task or [Matrix](/docs/user/contributing/getting-involved#matrix-chat) if you deem the review of the request to be time-sensitive in nature. -- If your patch is a Work In Progress / WIP. Completed patches or patches which have a request for comments are accepted, however for request for comments please ensure your patch title contains `[RFC]`. WIP patches just clutter Differential and make patch review by Solus Staff more time consuming and introduces unnecessary work. +- If your patch 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 and make patch review by Solus Staff more time consuming and introduces unnecessary work. ## Creating the patch diff --git a/docs/packaging/updating-an-existing-package.md b/docs/packaging/updating-an-existing-package.md index 50c9c2dd3..82fcd31ef 100644 --- a/docs/packaging/updating-an-existing-package.md +++ b/docs/packaging/updating-an-existing-package.md @@ -35,3 +35,11 @@ Example: ```bash /usr/share/ypkg/yupdate.py 1.0 https://example.com/example-1.0.tar.xz ``` + +## Building a package + +After bumping or updating the package, build it: + +```bash +make +```