From 3cc56bf8dcf8d12f19cc3991e7fccd8e8a362cdd Mon Sep 17 00:00:00 2001 From: Athitya Kumar Date: Fri, 7 Jul 2017 17:12:59 +0530 Subject: [PATCH] Rectifies indent in CONTRIBUTING.md --- CONTRIBUTING.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48f09a2..de293ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,32 +13,32 @@ Please proceed with a Pull Request only after you're assigned. It'd be sad if yo 1. Install with - ```sh - git clone https://github.com/athityakumar/colorls - cd colorls - gem install bundler - bundle install - ``` + ```sh + git clone https://github.com/athityakumar/colorls + cd colorls + gem install bundler + bundle install + ``` -2. Make your changes in a different git branch (say, `add-l-flag`). These changes can be +2. Make your changes in a different git branch (say, `add-new-flag`). These changes can be - - adding better icons to [YAML files](lib/yaml/) - - adding more flag options to the ruby gem. + - adding better icons to [YAML files](lib/yaml/) + - adding more flag options to the ruby gem. 3. (Optional) To test whether `lc` is working properly, do - ```sh - rake install - lc # start using lc - ``` + ```sh + rake install + lc # start using lc + ``` 4. (Required for YAML file changes) These are the specifications for the YAML files - - - `files.yaml`, `folders.yaml` : The keys are sorted alphabetically. - - `file_aliases.yaml`, `folder_aliases.yaml` : The values are sorted alphabetically. For each set of keys mapping to a value, those set of keys are also sorted alphabetically. + - `files.yaml`, `folders.yaml` : The keys are sorted alphabetically. + - `file_aliases.yaml`, `folder_aliases.yaml` : The values are sorted alphabetically. For each set of keys mapping to a value, those set of keys are also sorted alphabetically. 5. Check before pushing - ```sh - bundle exec rubocop - bundle exec rspec - ``` + ```sh + bundle exec rubocop + bundle exec rspec + ```