Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 706 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 706 Bytes

Contributing

Prerequisites

The prerequesites for contributing to this repo are the same is if you were developing with it.

† WebProducer is often used in AWS Lambda FaaS. The current hightest Node runtime version supported by AWS is v12.

Usage

# Fork it from GitHub https://github.com/tforster/git-new/fork

# Create your feature branch
git checkout -b {meaninful-branch-name}

# Commit your changes
git commit -a"{meaninful commit message}"

# Push to the branch
git push origin {meaninful-branch-name}

#Create a new Pull Request