Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 1.18 KB

Contributing to kdb VS Code Extension

Your input is very welcome, some examples of this include:

  • Reporting a bug
  • Submitting a fix
  • Proposing new features

Reporting a bug

Bugs can be reported via Issues

Where possible include:

  • Quick summary and/or background
  • Steps to reproduce
    • Be specific
    • Provide sample code if you can
  • What you expected would happen
  • What actually happens
  • Other relevant notes

Submitting a fix

Fixes can be submitted via a pull request:

  1. Fork the repo and create your branch from dev
  2. If you've added code that should be tested, add tests
  3. Ensure the test suite passes, using npm run test
  4. Apply the prettier formatting, using a plugin or manually using npm run format
  5. Create a pull request for your branch

License

When you submit code changes your submissions are understood to be under the same Apache 2.0 that covers the project. Please feel free to contact the maintainers if that's a concern.

Proposing a new feature

Please use [email protected] to raise any questions, feature requests or feedback.