You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/maintainer/knowledge_base.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2141,7 +2141,7 @@ To request a migration for a particular package and all its dependencies:
2141
2141
especially if many dependencies need to be built as well.
2142
2142
3. If nothing is under way, look at the current [conda-forge-pinning](https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/migrations/osx_arm64.txt).
2143
2143
4. If the package is not listed there, make a PR, adding the package
2144
-
name to a random location in `osx_arm64.txt`.
2144
+
name to `osx_arm64.txt` (preserving the alphabetical ordering).
2145
2145
The migration bot should start making automated pull requests to the
2146
2146
repo and its dependencies.
2147
2147
5. Within a few hours, the [status page](https://conda-forge.org/status/#armosxaddition)
0 commit comments