Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (34 loc) · 1.67 KB

CONTRIBUTING.md

File metadata and controls

53 lines (34 loc) · 1.67 KB

Contributors GitHub issues Last commit

Contributing / Developing

Contributions are welcome. Fork this repository and issue a pull request with your changes.

Prerequisites

You need to have Git and npm or yarn installed on your system.

Setting up Dev

You'll need to clone the repository and install the required packages.

git clone https://github.com/oganexon/BTE-tools.git
cd ./BTE-tools/
yarn install

Building

yarn build

Versioning

We use SemVer for versioning. For the versions available, see the link to tags on this repository.

Style guide

yarn lint

JavaScript Style Guide

This project uses JavaScript Standard Style. Please respect this convention.

You can install a plugin for your favorite editor if you want.

Pull request

Please PR to the develop branch! Then follow the pull request template.

Deploying

Submit a pull request after running yarn build to ensure it runs correctly.