* Correct installation documentation * Add stylized titles * Add some changes to the getting started documentation * Add changes for the backend guide * Add changes for the design guide * Add testing / Q&A guide improvements * Minor fixes to contributing docs * More improvements to the general doc * Improvements for frontend guide
7 lines
221 B
Markdown
7 lines
221 B
Markdown
---
|
|
title: Skipping CI for minor changes
|
|
---
|
|
|
|
# Skipping CI build (not recommended)
|
|
|
|
If your changes are **minor** (ie. updating the README or fixing a typo), you can skip CI by adding `[ci skip]` to your commit message.
|