Skip to content

Commit ec3656f

Browse files
authored
Merge pull request #1468 from ForgottenProgramme/mahe_mainter_update
updating 'updating the maintainer list' section
2 parents 1168a40 + 453d431 commit ec3656f

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

src/maintainer/updating_pkgs.rst

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -223,24 +223,20 @@ If you believe a feedstock should be archived, please contact `@conda-forge/core
223223
Updating the maintainer list
224224
============================
225225

226-
The list of maintainers of a feedstock is recorded in the recipe itself. The list of maintainers can be updated with following steps:
226+
The list of maintainers of a feedstock is recorded in the recipe itself. A new maintainer can be added by opening
227+
an issue in the feedstock repository with the following title:
227228

228-
1. Add your github-id to the ``recipe-maintainers`` section at the bottom of the ``recipe/meta.yaml`` file in the feedstock:
229+
``@conda-forge-admin, please add <@user>``
229230

230-
.. code-block:: yaml
231+
where ``<@user>`` is the new maintainer to be added.
232+
A PR will be automatically created and a maintainer or a member of the ``core`` can then merge this PR to add the user.
231233

232-
extra:
233-
recipe-maintainers:
234-
- current-maintainer
235-
- your-github-id
234+
.. note::
236235

237-
2. Commit and push the change to your fork and open a :term:`PR` against the feedstock you want to become a maintainer of.
238236

239-
3. :ref:`Rerender<dev_update_rerender>` the feedstock by posting ``@conda-forge-admin, please rerender`` as a new comment in the :term:`PR`.
237+
This PR is designed to skip building the package. Please do **not** modify it or adjust the commit message.
240238

241-
4. Wait until the :term:`PR` is merged. If the current maintainer is no longer active, you can ping ``@conda-forge/core`` and ask for a merge.
242-
243-
Once the PR is merged, our infrastructure will grant and revoke maintainer permissions.
239+
For example see `this <https://github.com/conda-forge/cudnn-feedstock/issues/20>`__ issue.
244240

245241

246242
Maintaining several versions

0 commit comments

Comments
 (0)