-
Notifications
You must be signed in to change notification settings - Fork 6
Contributing
Marius Petcu edited this page Nov 6, 2016
·
1 revision
If you want to contribute to atom-autocomplete-lua, just submit a Pull Request.
- Fork this repo
cd ~/.atom/packagesgit clone <url-of-your-repo> autocomplete-luacd autocomplete-luanpm install- Hack away using your favorite text editor (Atom)
- Pull request
- This project uses standard JavaScript style. Use linter-js-standard to make your life easier.
- No Coffeescript.
- Use imperative commit messages.
- Please include one feature per commit, if you can.