Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 474 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 474 Bytes

Contributing

Thanks for your interest in contribute to dynmgrm!

Getting Started

  1. Fork miyamo2/dynmgrm

  2. Clone your fork repository locally

git clone https://github.com/{YOUR_USERNAME}/dynmgrm.git
  1. Check out to the working branch
git checkout -b cool_branch_name

Unit Test

go test -v ./... 

Integration Test with DynamoDB Local

cd ./integrationtest
make test