Update CONTRIBUTING.md

This commit is contained in:
Evgeniy Zhukovskiy
2017-07-21 11:34:14 +03:00
committed by GitHub
parent 51f87d42b4
commit 912d7a7806

View File

@@ -1,7 +1,7 @@
##General ## General
* Please use English. We want to share experience between our customers to increase effectiveness of this bug tracker. * Please use English. We want to share experience between our customers to increase effectiveness of this bug tracker.
##Reporting a bug ## Reporting a bug
* 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 * 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 * Report a version of the library. You can check it with `TradingView.version()` from the browser console
* Report a device/browser where the issue can be replicated * Report a device/browser where the issue can be replicated
@@ -9,11 +9,11 @@
* Provide a code example * Provide a code example
* Give a link to your Charting Library where we can reproduce it * Give a link to your Charting Library where we can reproduce it
##Asking a question ## Asking a question
* We spent a lot of time creating those [docs](https://github.com/tradingview/charting_library/wiki) for you to make your life easier. Please give it a try. If you are a newcomer please make sure that you've read the [Best Practices](https://github.com/tradingview/charting_library/wiki/Best-practices) also. * We spent a lot of time creating those [docs](https://github.com/tradingview/charting_library/wiki) for you to make your life easier. Please give it a try. If you are a newcomer please make sure that you've read the [Best Practices](https://github.com/tradingview/charting_library/wiki/Best-practices) also.
* Describe what do you want to achieve * Describe what do you want to achieve
* Provide screenshots if possible * Provide screenshots if possible
##Requesting a new feature ## Requesting a new feature
* While we would love to be able to implement everything, we simply dont 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. * While we would love to be able to implement everything, we simply dont 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! * Thank you for playing an active part in the TradingView community!