Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.84 KB

CONTRIBUTING.md

File metadata and controls

47 lines (29 loc) · 1.84 KB

Contributing to Query Editor Boost

Thank you for your interest in contributing to Query Editor Boost! Everyone is welcome, regardless of skill level.

Code of Conduct

Just a reminder that you're expected to adhere to the Code of Conduct.

Ways to Contribute

On overview of ways you can help out the Query Editor Boost extension for Azure Data Studio:

  1. Submitting Issues (Bugs and Feature Requests)
  2. Tell Your Friends About QEB
  3. Submitting Fixes
  4. Submitting New Features

Get Started Contributing

Submitting Issues

  1. Check the currently open issues for a duplicate issue.
  2. If you find a duplicate, please let us know you are also interested in that issue by adding a 👍 (or other reaction) and/or a comment.
  3. If you're reporting a bug, include as much information as possible. Check for errors in the Dev Tools Console (Help | Toggle Developer Tools).
  4. If you're requesting a new feature and would like to take a stab at implementing it, feel free to let us know!

Test Early Versions

Feel free to "watch" this repository - we will release early versions here before submitting to the Azure Data Studio marketplace.

Tell Your Friends

Consider sharing this extension with your friends. The more the merrier.

Submitting Fixes

Submitting New Features

An Overview of Contributing Code To This Extension

TODO: add more detail

  1. Fork the Query Editor Boost repository
  2. Clone your fork to your machine
  3. Open the fork in VS Code with the Azure Data Studio Debug extension installed

Resources for Building Extensions in Azure Data Studio

TODO: add links to example projects and walk-throughs