You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ The `-s` in the above commit message signs your commit.
84
84
## Submit a blog article to [Zalando Open Source Blog](https://opensource.zalando.com/blog/)
85
85
The blog is built with [Github Pages](https://help.github.com/articles/what-is-github-pages/). Please set up a local version of your [Jekyll GitHub Pages site](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/) to test changes locally before making a pull request
86
86
- Blog articles are stored in folder **/_posts/**
87
-
- To create a new article, create a .md file with [markdown](https://en.wikipedia.org/wiki/Markdown)
87
+
- To create a new article, create a .md file with [markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
88
88
- Each blog article requires a banner image which is stored in folder **/assets/img/banners/**. You can add a new banner there or use one of the exisiting ones.
89
89
- If you include images in the content of the article, please add those into the folder **/assets/img/**.
90
90
- Please do not forget to test your changes locally before submitting a pull request.
0 commit comments