From a02cdf6b3ac950805c590d2e4cbea60a118b6c04 Mon Sep 17 00:00:00 2001 From: Jeremy Danyow Date: Sun, 30 Sep 2018 21:31:55 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cbc1dfd..e42b626 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -## Contributing +# Contributing 1. Install yarn: https://yarnpkg.com 2. Clone the repo: @@ -18,4 +18,4 @@ ## Theme Development -Each theme is located in a subdirectory of `src/stylesheets/themes`. Themes must have an `index.scss` and `utterances.scss` files. These are the entrypoint stylesheets for the utterances homepage and utterances widget respectively. *Todo: more instructions* \ No newline at end of file +Each theme is located in a subdirectory of `src/stylesheets/themes`. Themes must have an `index.scss` and `utterances.scss` files. These are the entrypoint stylesheets for the utterances homepage and utterances widget respectively. *Todo: more instructions*