Skip to content
Open

WIP #10

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions _data/contribute.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- title: Development
include: contribute/development.md
id: contribute-development
subs:
- title: Coding styles
include: contribute/development-coding-styles.md
id: contribute-coding-styles
- title: Code style checker
include: contribute/development-coding-styles-checker.md
id: contribute-coding-styles-checker
- title: Documentation
include: contribute/documentation.md
id: contribute-documentation
- title: Bug reporting
include: contribute/bug-reporting.md
id: contribute-bug-reporting
- title: Feature requests
include: contribute/feature-requests.md
id: contribute-feature-requests
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
7 changes: 7 additions & 0 deletions contribute.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Contribute to Thunder
slug: contribute
description: "How to contribute to Thunder."
---
{% assign items=site.data[page.slug] %}
{% include _layout/page-with-sidebar.html items=items %}