Skip to content

Commit 396d9fb

Browse files
authored
Merge pull request #1372 from bashirk/bashirk-maintainer-addpkg
Update adding_pkgs.rst
2 parents d893133 + ffd947b commit 396d9fb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/maintainer/adding_pkgs.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ Getting Started
1616

1717
There are multiple ways to get started:
1818

19-
#. Look at `the example recipe <https://github.com/conda-forge/staged-recipes/tree/master/recipes/example>`_ in the staged-recipes repository and modify it as necessary.
20-
#. If it is an R package from `CRAN <https://cran.r-project.org/>`_, please
21-
instead start by using the `conda-forge helper script for R recipes <https://github.com/bgruening/conda_r_skeleton_helper>`_.
22-
Then if necessary you can make manual edits to the recipe.
19+
#. Look at `the example recipe <https://github.com/conda-forge/staged-recipes/tree/master/recipes/example>`_ in the `staged-recipes repository <https://github.com/conda-forge/staged-recipes>`_ and modify it as necessary.
20+
#. If it is an R package from `CRAN <https://cran.r-project.org/>`_, kindly
21+
start by using the `conda-forge helper script for R recipes <https://github.com/bgruening/conda_r_skeleton_helper>`_ instead.
22+
Then if necessary, you can make manual edits to the recipe.
2323
#. If it is a python package, you can generate the recipe as a starting point with
24-
``grayskull pypi your_package_name``. To install it you can use `conda install -c conda-forge grayskull`. You do *not* have to use grayskull, and the
25-
recipes produced by grayskull will need to be reviewed and edited.
24+
``grayskull pypi your_package_name``. To install it you can use ``conda install -c conda-forge grayskull``. You do *not* have to use ``grayskull``, and the
25+
recipes produced by ``grayskull`` will need to be reviewed and edited.
2626
In particular, you'll at least need to check the build line to :ref:`use pip <use-pip>`,
2727
add yourself as a maintainer,
2828
and specify a ``license_file``.
2929

3030
Your final recipe should have no comments (unless they're actually relevant to the recipe, and not generic instruction comments), and follow the order in the example.
3131

32-
*If there are details you are not sure about please open a pull request. The conda-forge team will be happy to answer your questions.*
32+
*If there are any details you are not sure about please open a pull request. The conda-forge team will be happy to answer your questions.*
3333

3434
In case you are building your first recipe using conda-forge, a step-by-step instruction and checklist that might help you with a successful build is provided in the following.
3535

@@ -82,11 +82,11 @@ Checklist
8282
Feedback and revision
8383
---------------------
8484

85-
Once you finished your PR, all you have to do is waiting for feedback from our reviewer team.
85+
Once you finished your PR, all you have to do is wait for feedback from our review team.
8686

87-
The reviewer team will assist you by pointing out improvements and answering questions. Once the package is ready, the reviewers will approve and merge your pull request.
87+
The review team will assist you by pointing out improvements and answering questions. Once the package is ready, the reviewers will approve and merge your pull request.
8888

89-
After merging the :term:`PR`, our infrastructure will build the package and make it available in the conda-channel.
89+
After merging the :term:`PR`, our :term:`CI` infrastructure will build the package and make it available in the conda-channel.
9090

9191
.. note::
9292

@@ -157,7 +157,7 @@ staged-recipes directory.
157157

158158
git checkout master
159159

160-
#. Define the conda-forge/staged-recipes repository as upstream (if you have not already done so).::
160+
#. Define the conda-forge/staged-recipes repository as ``upstream`` (if you have not already done so).::
161161

162162
git remote add upstream https://github.com/conda-forge/staged-recipes.git
163163

0 commit comments

Comments
 (0)