Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 1.22 KB

How to contribute to vscode-deno

Thank you for being interested in vscode-deno! 🎉

Code of Conduct

This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

I don't want to read this whole thing I just have a question!!!

Note: Please don't file an issue to ask a question. The stackoverflow is the best place for getting support: https://stackoverflow.com

How Can I Contribute?

  1. If you find a bug, ensure the bug was not already reported by searching on GitHub under Issues.
  2. If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description.
  3. If you write a patch that fixes a bug, open a new pull request with the patch.
  4. If you intend to add a new feature or change an existing one, first you should create a new issue.
  5. When we have finished the discussion, you can create a new feature branch to start your work.