The prerequesites for contributing to this repo are the same is if you were developing with it.
- A good code editor.
- Node.js v12.13.0† and NPM 6.14.5
- Git 2.25
† WebProducer is often used in AWS Lambda FaaS. The current hightest Node runtime version supported by AWS is v12.
# 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