Skip to content

Latest commit

History

History
26 lines (17 loc) 路 1.11 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) 路 1.11 KB

Contributing to Ghost VS Code

Welcome! Thank you in advance for your interest in contributing to Ghost's VS Code extension!

The Basics

Ghost VS Code welcomes contributions in the form of pull requests.

For small changes (e.g., bug fixes), feel free to submit a PR.

For larger changes (e.g., new functionality, new configuration options), consider creating an issue outlining your proposed change.

Prerequisites

Ghost VS Code is written in TypeScript. You'll need to install:

Development

  • Create a fork + clone the repo
  • Install dependencies via npm install
  • In VS Code, click "Run and Debug" and then "Run Extension"
  • Update the Changelog as needed

Adding yourself to the contributors listed in the Ghost README

If you'd like to be included in the list of contributors, you can follow these instructions to do so! Otherwise, I'll probably add you when your PR is merged.