Skip to content

Commit

Permalink
revert: docs(contributing): added instructions on how to run gitbook …
Browse files Browse the repository at this point in the history
…locally

This reverts commit a3da21a.
  • Loading branch information
pvdlg committed Aug 22, 2019
1 parent c517c70 commit 55c3616
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CONTRIBUTING.md
Expand Up @@ -9,7 +9,6 @@ As a contributor, here are the guidelines we would like you to follow:
- [Submitting a Pull Request](#submitting-a-pull-request)
- [Coding rules](#coding-rules)
- [Working with the code](#working-with-the-code)
- [Working with the doc](#working-with-the-doc)

We also recommend that you read [How to Contribute to Open Source](https://opensource.guide/how-to-contribute).

Expand Down Expand Up @@ -250,10 +249,3 @@ $ npm run test
All the [semantic-release](https://github.com/semantic-release) repositories use [Commitizen](https://github.com/commitizen/cz-cli) to help you create [valid commit messages](#commit-message-guidelines).

After staging your changes with `git add`, run `npm run cm` to start the interactive commit message CLI.

## Working with the doc

Working with the doc is like [working with the code](#working-with-the-code), with the difference that you might find useful to see your changes locally before submitting.

You can do that by following the instructions on [how to use gitbook locally](https://til.secretgeek.net/gitbook/use_gitbook_locally.html).

0 comments on commit 55c3616

Please sign in to comment.