Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 441 Bytes

contributing.md

File metadata and controls

12 lines (7 loc) · 441 Bytes

Contributing

The template that is generated by this CLI is based on the this repo: https://code.ldschurch.org/stash/scm/react/component-template.git.

To add releases to the CLI, download them to the releases directory and rename it <major>.<minor>.<path>.zip, eg (2.0.0.zip).

To modify this CLI:

  1. fork off the master branch.
  2. make your changes
  3. submit a pull request back to the master branch of this repo