Thanks for checking out our recipe book! If you have an awesome recipe you'd like to share, please take a look at the guidelines and instructions for contributing below.
- Cite your sources: attribute proper credits to the original authors of recipes you adapt
- Append-only: please do not edit or remove recipes created by other people
- Directory structure: place seasonal dishes in their respective subdirectories (e.g. fall, holiday, etc.)
- File names: use underscores to denote the space character
- Recommended sections (check out TEMPLATE.md for more details)
- Ingredients
- Instructions
- Notes
- Credits
- Fork and clone the repository
- Create a new branch:
git checkout -b my-awesome-recipe
- Add your recipe using Markdown formatting
- Update the
README.md
located in your recipe's respective subdirectory - Commit your changes:
git commit -m "Add awesome-recipe"
- Push to your fork and submit a pull request