From d748323142a74f3a8925775887f661e9201afc23 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Wed, 25 Mar 2020 02:29:10 -0700 Subject: [PATCH] Update CONTRIBUTING.md with new services location --- CONTRIBUTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 77590066..8165cba2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -157,8 +157,11 @@ Always feel free to reach out to the chat room when you are not certain of any t #### Adding or Editing Services -The services are stored inside the file `./app/store/ServicesList.js`. Add your service to the *BOTTOM* of the array. -The logo it's referencing is located in `./resources/icons/`. +The services are stored inside the file `./api/services.json` in the `gh-pages` branch: + +https://github.com/ramboxapp/community-edition/blob/gh-pages/api/services.json + +Add your service to the *BOTTOM* of the array. To see these changes you'll need to stop your `npm start` and `sencha app watch`, and then rerun those. ### Creating a Pull Request