From 38ab2f7ab6b196bdccabf25aeb5ed455c36fdbc5 Mon Sep 17 00:00:00 2001 From: Eugene Date: Fri, 20 Nov 2015 10:52:59 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 565b9097..fbe4652d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +1,6 @@ -##If you are experiencing issues - -We are always eager to help you. But we are really busy guys, because we work hard to make Charting Library even better, so we don’t have much time. Please help us spend our time effectively and always update your Library's build to the latest `unstable` version to check if the issue still happens. Contact us if it does. - -**The latest version is always available at https://demo_chart.tradingview.com** - ##Reporting a bug -* Report the version of the library. You can check it with `TradingView.version()` from the browser console. +* Please help us spend our time effectively and always update your Library's build to the latest `unstable` version to check if the issue still happens. You can also find the Charting Library built from `unstable` at https://demo_chart.tradingview.com +* Report a version of the library. You can check it with `TradingView.version()` from the browser console * Provide step-by-step way to reproduce the issue * Give a link to your Charting Library where we can reproduce it @@ -15,4 +10,5 @@ We are always eager to help you. But we are really busy guys, because we work ha * Provide screenshots if possible ##Requesting a new feature -* While we would love to be able to implement everything, we simply don’t have the resources. At this time, please be aware we have long term plans and quick implementation of new feature request should not be expected. However, we review everything and take your many great suggestions into account. Thank you for playing an active part in building the TradingView community! +* While we would love to be able to implement everything, we simply don’t have the resources. At this time, please be aware we have long term plans and quick implementation of new feature requests should not be expected. However, we review everything and take your many great suggestions into account. +* Thank you for playing an active part in the TradingView community!