Skip to content

Commit 9221524

Browse files
authored
Merge pull request #1369 from PrernaSingh587/patch-3
Minor fixes in guidelines.rst
2 parents a8175f1 + 199c23f commit 9221524

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/orga/guidelines.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ recipes.
7777
Intended Usage
7878
==============
7979

80-
Maintainers' time and CI resources are what enable conda-forge. They are as scarce as they are valuable. conda-forge has enough capacity to support releasing packages, but not developing them.
80+
Maintainers' time and CI resources are what enable conda-forge. They are just as scarce as valuable. conda-forge has enough capacity to support releasing packages, but not developing them.
8181

8282
Publishing a package to conda-forge signals it is suitable for users not involved with development. However, publishing does not always happen error-free. Multiple commits are acceptable when debugging issues with the release process itself.
8383

@@ -88,10 +88,10 @@ Fortunately, there are options for optimizing the development of a package.
8888
Renaming Packages
8989
=================
9090

91-
Sometimes packages are misnamed.
92-
To correct the name of the package, please submit a PR into staged-recipes with the correct name.
93-
During the review process please make certain to note that the package is a rename and contact a member of conda-forge/core to remove the old feedstock (and potentially package if needed).
94-
Occasionally the .gitmodules file in the `feedstocks <https://github.com/conda-forge/feedstocks/blob/master/.gitmodules>`__ needs to be updated to remove the old feedstock.
91+
Sometimes, packages are misnamed.
92+
To correct the name of the package, please submit a PR into `staged-recipes <https://github.com/conda-forge/staged-recipes>`__ with the correct name.
93+
During the review process, please make certain to note that the package is renamed and contact a member of conda-forge/core to remove the old feedstock (and potentially package, if needed).
94+
Occasionally, the .gitmodules file in the `feedstocks <https://github.com/conda-forge/feedstocks/blob/master/.gitmodules>`__ needs to be updated to remove the old feedstock.
9595
It's not entirely clear what those circumstances are.
9696
See `conda-forge.github.io#1070 <https://github.com/conda-forge/conda-forge.github.io/issues/1070>`__.
9797

@@ -100,8 +100,8 @@ See `conda-forge.github.io#1070 <https://github.com/conda-forge/conda-forge.gith
100100
Fixing Broken Packages
101101
======================
102102

103-
Sometimes you need to remove a package from the conda-forge channel on Anaconda.org. The reasons
104-
for this are many, but the ones that immediately come to mind are:
103+
Sometimes, you need to remove a package from the conda-forge channel on Anaconda.org.
104+
There can be many reasons for this, but the ones that immediately come to mind are:
105105

106106
* Incorrect pinnings or metadata
107107
* Packages being renamed

0 commit comments

Comments
 (0)