Skip to content

Latest commit

History

History
16 lines (11 loc) 路 1019 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) 路 1019 Bytes

Contributing

Bug Reports

If you encounter a behavior that you believe to be an issue with the tern-openui5 plugin, please report it right here on GitHub. Providing the following information with your report will help to resolve the problem quickly and efficiently:

  • Version: Which version of Tern and the tern-openui5 plugin produces the issue? What editor am I using?
  • Reproduce the Issue: What steps are necessary to reproduce the issue?
  • Similar Issues: Has a similar issue been reported before?

If you are missing a feature you consider worth having, feel free to request it via the GitHub issue tracker as well!

Code

All code contributions to the tern-openui5 package should follow the JavaScript Standard Style.

Get the Standard linter via npm install standard and run it via standard. Running standard --format will fix most code style issues automatically.