Skip to content

Commit a079190

Browse files
authored
Merge pull request #1639 from ssurbhi560/guidelines-link
2 parents 7ee0fbf + 97c428e commit a079190

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html.tmpl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,11 @@
275275
Create a new branch from the staged-recipes master branch.
276276
</li>
277277
<li><i class="mega-octicon fa-3x octicon-pencil"></i>
278-
Add a new conda recipe in a new "recipes/[your-package-name]" directory.
279-
There is an example of a well-written recipe in "recipes/example" you can copy.
280-
<a href="docs/maintainer/adding_pkgs.html#the-recipe-meta-yaml">Further guidance on writing good recipes</a>.
281-
<a href="docs/maintainer/adding_pkgs.html#running-tests-locally-for-staged-recipes">You can also test the recipe locally.</a>
278+
Add a new conda recipe in a new "recipes/[your-package-name]" directory. Please make sure to follow these
279+
<a href="https://conda-forge.org/docs/orga/guidelines.html">guidelines</a>.
280+
You can also refer to an example of a well-written recipe in "recipes/example".
281+
Further guidance on writing good recipes can be found <a href="docs/maintainer/adding_pkgs.html#the-recipe-meta-yaml">here</a>.
282+
Test your recipe locally using <a href="docs/maintainer/adding_pkgs.html#running-tests-locally-for-staged-recipes">these instructions.</a>
282283
</li>
283284
<li><i class="mega-octicon fa-3x octicon-git-pull-request"></i>
284285
Propose the change as a pull request.

0 commit comments

Comments
 (0)