Skip to content

Commit d30f1ae

Browse files
committed
Add todo
1 parent 70f35c6 commit d30f1ae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,11 @@ To close all of them, click the `×` icon on any one of them, or press the keybo
4646

4747
As well as via keyboard shortcuts, this package's commands are also made available in the *Command Palette*. Type "Git Blame" into it to find them:
4848

49+
<!--
50+
@todo Add a Development section to the README with tips for contributors
51+
@body Because of the layout of the package (single "plugin", `boot.py`, and the result of the code in `src/`) it's recommended to use https://packagecontrol.io/packages/AutomaticPackageReloader so that changes you make during development get picked up without needing to restart ST.
52+
@body Try to format the Python code using https://github.com/psf/black.
53+
@body Be mindful of ST API versions https://www.sublimetext.com/docs/api_reference.html. We support ST3 (build 3211+) for now, but may go ST4 exclusive in the future.
54+
-->
55+
4956
![Screenshot](https://raw.githubusercontent.com/frou/st3-gitblame/master/docs/screenshot-palette.png)

0 commit comments

Comments
 (0)