Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 729 Bytes

File metadata and controls

17 lines (12 loc) · 729 Bytes

Contributing Guide

The purpose of this document is to provide a clear guide on how to contribute to the project.

A Base language template is a minimalistic working project example for a base start of a new project with current coding practices.

Add anything that might help/improve the base project by following the best new language-specific practices.

Submitting PR (Checklist)

  • Fork and clone the repository
  • Create a new branch: git checkout -b my-branch-name
  • Make your changes
  • Write test cases for your changes
  • Make sure the tests pass
  • Validate all code has correctly formatted
  • Pat your self on the back and wait for your pull request to be reviewed