Skip to content
Adam Wagner edited this page Jun 6, 2021 · 4 revisions

See working with lua for tips on how to set up language-server-protocol, linting, and auto-formatting for your editor.

  1. Create issue describing the bug / enhancement (if one doesn't already exist)
  2. Fork stackline
  3. Create branch git checkout -b {feature,fix}/{name of feature or fix}
  4. Do your thing!
  5. Increment the version number at the top of the README.md
  6. Submit pull request

Running & writing tests

  • TODO: unit tests and integration tests