From 86494ea07d658d55d1a857edd2ddea94813ee0c2 Mon Sep 17 00:00:00 2001 From: Eugene Date: Wed, 1 Jul 2015 10:59:57 +0300 Subject: [PATCH] Readme file got back --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..0326ac18 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +#TradingView Charting Library + + +This repository contains Charting Library package. If you use Git in your project, please feel free to this repo as a submodule to your one. `master` branch contains current stable version. `dev` branch contains the most recent features and fixes, but it's less stable. + +###Documentation +See our docs @ this repository's [wiki](https://github.com/tradingview/charting_library/wiki). Please read it (at least, [Overview](https://github.com/tradingview/charting_library/wiki) and [Best Practices](https://github.com/tradingview/charting_library/wiki/Best-practices)) before running the Library. + +###Issues Tracking +We use GitHub [Issues tracker](https://github.com/tradingview/charting_library/issues) for our project. Feel free to create bug reports and features requests. Please try reading the doc before asking questions because we will have more time for development then.