Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 2cdcda4

Browse files
authored
Update CONTRIBUTING.md
1 parent 4c3b31a commit 2cdcda4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Sort the existing GitHub issues for the tag of `ready`. These are issues that ca
2626

2727
## Design Principles
2828

29+
### Frameworks
30+
31+
We use [Boostrap v4 Alpha](http://v4-alpha.getbootstrap.com/) as our basic framework.
32+
2933
### Blocks
3034
All page templates should make use of the `layouts/_default/baseof.html` file. This file contains all wrappers for the content. Anything within the `{{- block "main" . }} {{- end -}}` section is what will be displayed on a sub-template. Include a `{{ define "main" }}` block in your template to include what should be rendered.
3135

0 commit comments

Comments
 (0)