Skip to content

Commit 1100828

Browse files
authored
Link to IDE directory structure issue #230
1 parent 6da8eb3 commit 1100828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Follow these instructions for contributing new recipes. The Goal headers indicat
7272
2. Build and test your recipe.
7373
- The necessary commands to launch your recipe were printed after running `scripts/newRecipe.sh`. Hopefully you copied some of them. If not, you may consult these [instructions on running recipes](https://github.com/JordanMartinez/purescript-cookbook/blob/master/README.md#running-recipes).
7474
- **Note:** `make` commands must be run from the cookbook's root directory.
75-
- **Tip:** If you'd like to automatically rebuild recipes after saving changes and your IDE is being uncooperative, you can run `make MyNewRecipe-build-watch` while in the root folder.
75+
- **Tip:** If you'd like to automatically rebuild recipes after saving changes and your [IDE is being uncooperative](https://github.com/JordanMartinez/purescript-cookbook/issues/230), you can run `make MyNewRecipe-build-watch` while in the root folder.
7676
1. Update your recipe's `README.md` file by doing the following things:
7777
1. Write a summary of your recipe on the 3rd line. This is what will appear in the repo's Recipe section's Table of Contents. Don't add newlines unless you're okay with that additional content being omitted from the table.
7878
1. Update the "Expected Behavior" section to describe in more detail what should occur when users run your recipe.

0 commit comments

Comments
 (0)