Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.84 KB

CONTRIBUTING.md

File metadata and controls

58 lines (37 loc) · 1.84 KB

🚩 Contributing guide

🚀 Setup your developer environment

Dependencies

Usage

  • Clone the repository

    git clone https://github.com/MaloPolese/copy-json-path.git
    cd copy-json-path
  • Run the following command in the root directory of the project to install dependencies:

    npm install
  • Run extension: Go to the Run and Debug (Ctrl+Shift+D) tab in VSCode

    run extension tab

    And click on the Run Extension button.

    run extension button

Tests

  • Run the following command in the root directory of the project to run tests:
npm run test

🗃️ Workflow

Submit an issue

We want to follow a simple and easy way to submit issues or pull requests. If you want to report a bug or submit a feature request, please use the templates provided.

Using our templates for issues and bug report, labels should be automatically provided.

Open a Pull Request

Once you chose an issue that you want to work on, consider using templates provided and fill it. When a precise description has been filled in you can start to open your draft Pull Request.

Commits conventions

Our commit convention follow the Conventional Commits 1.0.0-beta.4

Sign commit message

Please consider signing the commit message at least with Signed-Off-By. This is a way to certify that you wrote the code or otherwise have the right to pass it on as an open-source patch. The process is simple: if you can certify the Developer's Certificate of Origin (DCO), then just add a line to every git commit message: