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

Latest commit

 

History

History
63 lines (43 loc) · 1.71 KB

CONTRIBUTING.md

File metadata and controls

63 lines (43 loc) · 1.71 KB

Contributing

Requirements

$ npm i

Test

$ npm t

Commit Message Format

The commit message format of this project conforms to the AngularJS Commit Message Format. By conforming its format, we can generate the Change Log and conform the semantic versioning automatically by standard-version. We validate the commit message with git's commit-msg hook using commitlint and husky.

Coding Guide

$ go get -u github.com/alecthomas/gometalinter
$ gometalinter --install
$ npm run lint

docker-compose.yml

To run graylog using docker for development, we prepare the template of docker-compose.yml.

$ cp docker-compose.yml.tmpl docker-compose.yml
$ docker-compose up -d

env.sh

To set environment variables for development, we prepare the template of setenv.sh .

$ cp env.sh.tmpl env.sh

Develop terraform provider