Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9e40c7d

Browse files
Update CONTRIBUTING.md
1 parent ba35f04 commit 9e40c7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- I am not super strict about adhearing to every aspect of PEP 8, *nor am I lenient*. I tend to walk the middle of the road: If something is a good and common, then it should be adheared to.
3232
- Here are a few items that I (perhaps uniquely) tend to care about in particular:
3333
- If you write code, please don't use tabs; rather use spaces.
34+
- If you work on a pre-existing code file, please try to more-or-less emulate the style that already exists in that file.
3435
- If you add a significant feature --that is, a feature for which explaining its usage takes more than just a few sentences-- 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)**
3536
- 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).
36-
- If you work on a pre-existing code file, please try to more-or-less emulate the style that already exists in that file.
37+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /