-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change to british spelling; removed broken link
- Loading branch information
Showing
5 changed files
with
66 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
Sponsorship | ||
=========== | ||
|
||
Sponsorship is a process that allows developers without upload rights to submit their patches or new packages for review. If approved, an authorised developer will upload the changes on their behalf. | ||
|
||
When can you request sponsorship? | ||
--------------------------------- | ||
|
||
Since upload rights are carefully managed to ensure system stability and security, new contributors usually don't have them. So if you don't have upload rights, you can request sponsorship in the following situations: | ||
|
||
- Making changes to existing packages or incremental updates. | ||
- Submitting security updates or bug fixes. | ||
- Introducing new packages to Ubuntu. | ||
|
||
Requesting sponsorship | ||
---------------------- | ||
|
||
To request sponsorship, follow these steps: | ||
|
||
1. `File an Ubuntu bug in Launchpad <https://bugs.launchpad.net/ubuntu/+filebug>`_ or follow up on an existing one. | ||
#. Add the necessary files, such as patches or ``.diff.gz`` files, according to the package's requirements. If the change is a patch, follow the patch tagging guidelines. For security updates, follow the security update packaging guidelines see `Packaging <https://wiki.ubuntu.com/SecurityTeam/UpdatePreparation#Packaging>`_. | ||
|
||
#. Link your changes to the bug. See `SeekingSponsorship <https://wiki.ubuntu.com/DistributedDevelopment/Documentation/SeekingSponsorship>`_. | ||
#. Subscribe ``ubuntu-sponsors`` or ``ubuntu-security-sponsors`` to the bug. | ||
|
||
Sponsoring a patch | ||
------------------ | ||
|
||
Members of the :term:`Ubuntu Sponsors` and :term:`Ubuntu Security Sponsors` teams have the right to sponsor patches or new packages. So if you are interested in sponsoring, you can apply to join these teams. | ||
|
||
Responding to feedback from sponsors | ||
------------------------------------ | ||
|
||
If a sponsor reviews your changes and requests further modifications, make the modifications to the branch you were working on, then commit them by running: | ||
|
||
.. code-block:: none | ||
$ bzr commit | ||
Now, push your modifications to :term:`Launchpad`. Since ``bzr`` remembers the previous push location, you can simply run: | ||
|
||
.. code-block:: none | ||
$ bzr push | ||
After pushing your modifications, reply to the sponsor's request explaining the modifications you made and request a re-review. You can also respond directly on the merge proposal page in Launchpad. | ||
|
||
Resources | ||
--------- | ||
|
||
- `SponsorshipProcess <https://wiki.ubuntu.com/SponsorshipProcess>`_ | ||
- `SeekingSponsorship <https://wiki.ubuntu.com/DistributedDevelopment/Documentation/SeekingSponsorship>`_ | ||
- `UpdatePreparation <https://wiki.ubuntu.com/SecurityTeam/UpdatePreparation#Packaging>`_ | ||
- `Seeking Review and Sponsorship <https://ubuntu-packaging-guide.readthedocs.io/en/latest/ubuntu-packaging-guide/udd-sponsorship.html>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters