Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.
Merged
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
46 changes: 25 additions & 21 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ The technical details on how to set up your local development environment for ma
# Table of contents
<!-- MDTOC maxdepth:6 firsth1:1 numbering:0 flatten:0 bullets:1 updateOnSave:1 -->

- [Contributing to devopsdays-theme](#contributing-to-devopsdays-theme)
- [Table of contents](#table-of-contents)
- [Dev Setup](#dev-setup)
- [How can I help?](#how-can-i-help)
- [Design Principles](#design-principles)
- [Frameworks](#frameworks)
- [Blocks](#blocks)
- [CSS and SCSS](#css-and-scss)
- [`site.scss`](#sitescss)
- [`custom-variables.scss`](#custom-variablesscss)
- [`custom.scss`](#customscss)
- [Colors and Layout](#colors-and-layout)
- [Continuous Integration](#continuous-integration)
- [Asset Pipeline](#asset-pipeline)
- [Workflow](#workflow)
- [Milestones](#milestones)
- [Issues](#issues)
- [Collection of issues](#collection-of-issues)
- [GitHub Labels](#github-labels)
- [Pull Requests](#pull-requests)
- [Releasing](#releasing)
- [Contributing to devopsdays-theme](#contributing-to-devopsdays-theme)
- [Table of contents](#table-of-contents)
- [Dev Setup](#dev-setup)
- [How can I help?](#how-can-i-help)
- [Design Principles](#design-principles)
- [Frameworks](#frameworks)
- [Blocks](#blocks)
- [CSS and SCSS](#css-and-scss)
- [`site.scss`](#sitescss)
- [`custom-variables.scss`](#custom-variablesscss)
- [`custom.scss`](#customscss)
- [Colors and Layout](#colors-and-layout)
- [Continuous Integration](#continuous-integration)
- [Asset Pipeline](#asset-pipeline)
- [Workflow](#workflow)
- [Milestones](#milestones)
- [Issues](#issues)
- [Collection of issues](#collection-of-issues)
- [GitHub Labels](#github-labels)
- [Pull Requests](#pull-requests)
- [Releasing](#releasing)

<!-- /MDTOC -->

Expand Down Expand Up @@ -83,6 +83,10 @@ All changes are built by Netlify to https://dev.devopsdays.org once merged to ma
### Asset Pipeline
Peruse the `gulpfile.js` to see what is processed for the asset pipeline. Gulp is only called when changes are merged to master. Pull requests, and local changes will not trigger gulp.

If you are manipulating JavaScript or SCSS files, please be sure to use Gulp. If you run `gulp dev` inside the repo, it will build the CSS and JS files, and also start a `watch` task for you.

If you need help with this, ask @mattstratton.

## Workflow

Our workflow is inspired by [Ian Bickering's guide to using GitHub Issues](http://www.ianbicking.org/blog/2014/03/use-github-issues-to-organize-a-project.html).
Expand Down
Loading