-
Notifications
You must be signed in to change notification settings - Fork 47
How to submit a PR
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.
- 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
- TODO: unit tests and integration tests