Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Development section to the README with tips for contributors #67

Open
todo bot opened this issue Jun 6, 2021 · 0 comments
Open

Add a Development section to the README with tips for contributors #67

todo bot opened this issue Jun 6, 2021 · 0 comments
Assignees

Comments

@todo
Copy link

todo bot commented Jun 6, 2021

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. Try to format the Python code using https://github.com/psf/black. 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.


st3-gitblame/README.md

Lines 50 to 55 in d30f1ae

@todo Add a Development section to the README with tips for contributors
@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.
@body Try to format the Python code using https://github.com/psf/black.
@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.
-->


This issue was generated by todo based on a todo comment in d30f1ae. It's been assigned to @frou because they committed the code.
@todo todo bot added the todo 🗒️ label Jun 6, 2021
@todo todo bot assigned frou Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant