Skip to content

Commit 01be6f3

Browse files
committed
Add guidelines link under add-a-recipe section
1 parent bdb890a commit 01be6f3

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
@@ -246,10 +246,11 @@
246246
Create a new branch from the staged-recipes master branch.
247247
</li>
248248
<li><i class="mega-octicon fa-3x octicon-pencil"></i>
249-
Add a new conda recipe in a new "recipes/[your-package-name]" directory.
250-
There is an example of a well-written recipe in "recipes/example" you can copy.
251-
<a href="docs/maintainer/adding_pkgs.html#the-recipe-meta-yaml">Further guidance on writing good recipes</a>.
252-
<a href="docs/maintainer/adding_pkgs.html#running-tests-locally-for-staged-recipes">You can also test the recipe locally.</a>
249+
Add a new conda recipe in a new "recipes/[your-package-name]" directory. Please make sure to follow these
250+
<a href="https://conda-forge.org/docs/orga/guidelines.html">guidelines</a>.
251+
You can also refer to an example of a well-written recipe in "recipes/example".
252+
Further guidance on writing good recipes can be found <a href="docs/maintainer/adding_pkgs.html#the-recipe-meta-yaml">here</a>.
253+
You can also <a href="docs/maintainer/adding_pkgs.html#running-tests-locally-for-staged-recipes">test a recipe locally.</a>
253254
</li>
254255
<li><i class="mega-octicon fa-3x octicon-git-pull-request"></i>
255256
Propose the change as a pull request.

0 commit comments

Comments
 (0)