How to submit a PR - AdamWagner/stackline GitHub Wiki
See working with lua for tips on how to set up language-server-protocol, linting, and auto-formatting for your editor.
- Create issue describing the bug / enhancement (if one doesn't already exist)
- Fork stackline
- Create branch
git checkout -b {feature,fix}/{name of feature or fix} - Do your thing!
- Increment the version number at the top of the README.md
- Submit pull request
Running & writing tests
- TODO: unit tests and integration tests