Skip to content

Commit

Permalink
Add CLI best practises (fixes #89) (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
icaraps authored Sep 7, 2021
1 parent 8a364e2 commit b8e138e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/guides/contribution_guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ All third-party contributions to this project must be accompanied by a signed co

All submissions should come in the form of pull requests and need to be reviewed by project committers. Read [GitHub's pull request documentation](https://help.github.com/articles/about-pull-requests/) for more information on sending pull requests.

Lastly, please follow the [pull request template](https://github.com/AdobeDocs/project-firefly/blob/main/.github/PULL_REQUEST_TEMPLATE.md) when submitting a pull request!
Lastly, please follow the [pull request template](https://github.com/AdobeDocs/project-firefly/blob/main/.github/PULL_REQUEST_TEMPLATE.md) when submitting a pull request!

## CLI and plugins best practises

We follow the [12 Factors CLI principles](https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46) for our CLI and plugins.

0 comments on commit b8e138e

Please sign in to comment.