Skip to content

Commit d4d7cb4

Browse files
Update CONTRIBUTING.md
1 parent e8d8ec3 commit d4d7cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ so we will mention here just a few items here for which we may be particular in
55

66
- Coding:
77
- If you write code, please don't use tabs, rather use spaces.
8-
- If you add a significant feature, that is a feature for which explaining its usage takes more than just a sentence or two, please also create a "tutorial notebook" for that feature. For example, see the jupyter notebooks in the examples folder: https://github.com/matplotlib/mplfinance/tree/master/examples
8+
- If you add a significant feature, that is a feature for which explaining its usage takes more than just a sentence or two, please also create a "tutorial notebook" for that feature. For examples of tutorial notebooks, please see the jupyter notebooks in the examples folder: https://github.com/matplotlib/mplfinance/tree/master/examples
99
- If you add a significant feature, please also create a regression test file in the tests folder, https://github.com/matplotlib/mplfinance/tree/master/tests, similar to the other regression tests that are there. *Often, the simplest way to do this is to take a few of the examples from the feature's "tutorial notebook"* (see previous point).

0 commit comments

Comments
 (0)