forked from yesodweb/yesod-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# yesod-cookbook | ||
|
||
This repository houses snippets, techniques for solving practical | ||
problems with Yesod. | ||
|
||
You can view the pages here: | ||
* [Cookbook](https://github.com/yesodweb/yesod-cookbook/blob/master/Cookbook.md) | ||
* [Snippets](https://github.com/yesodweb/yesod-cookbook/blob/master/Snippets.md) | ||
|
||
|
||
## How to contribute? | ||
|
||
### Creating a new Cookbook page | ||
|
||
All the pages related to cookbook are inside the directory | ||
`cookbook-pages`. Create a new file inside it and add a corresponding | ||
link for it in the | ||
[Cookbook section](https://github.com/yesodweb/yesod-cookbook/blob/master/Cookbook.md) | ||
|
||
### Creating a new Snippet page | ||
|
||
All the pages related to cookbook are inside the directory | ||
`snippets`. Create a new file inside it and add a corresponding | ||
link for it in the | ||
[Snippets section](https://github.com/yesodweb/yesod-cookbook/blob/master/Snippets.md) |