11 lines
171 B
HTML
11 lines
171 B
HTML
---
|
|
layout: default
|
|
title: Contributing to cereal
|
|
---
|
|
|
|
{% capture contributing %}
|
|
{% include contributing.markdown %}
|
|
{% endcapture %}
|
|
{{ contributing | markdownify }}
|
|
|