Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

56 lines (33 loc) · 1.29 KB

Contributing to Grafana / Sign Plugin

We are always grateful to receive contributions!
The following guidelines help you on how to start with the codebase and how to submit your work.

Installation

Prerequisites

You need to have npm installed.

Installing

git clone git@github.com:grafana/plugin-tools.git
cd plugin-tools
npm install

Overview

Technologies

  • minimist - used for parsing argument options

Folder structure

Work in progress.

Development

There are a collection of commands to assist with developing sign-plugin. Please read the main contributing guide before contributing any code changes to the project.

Commmands

Below are the main commands used for developing sign-plugin. They can be run by either yarn workspace @grafana/sign-plugin run <name_of_command> or navigating to packages/sign-plugin and running the command directly as detailed below.

npm build # used to build @grafana/sign-plugin
npm dev # watches for changes to files and rebuilds @grafana/sign-plugin automatically

Conventions

Work in progress.

Developing the templates

Work in progress.

Submitting a Pull Request

Work in progress.