Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.84 KB

CONTRIBUTING.md

File metadata and controls

46 lines (32 loc) · 1.84 KB

Contributing

General guidelines

These apply to any work at Liferay, including in this monorepo:

Project-specific contribution guidelines

General contributing tips for the monorepo as a whole

Conventional commit scopes

It is helpful to include an optional scope in your commit messages so that people can see, at a glance, which commits affect which projects. Valid scopes correspond to project names such as:

  • eslint-plugin
  • jquery-form
  • js-themes-toolkit
  • js-toolkit
  • npm-tools

And package names such as:

  • changelog-generator
  • js-publish
  • npm-scripts
  • workspace-scripts

As well as the scope of monorepo to label cross-cutting changes that affect multiple projects and packages in the monorepo.

NOTE: The preceding lists are non-exhaustive and for illustration purposes.