Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 940 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 940 Bytes

Contributing

Developing for dc-integration-middleware

Thanks for your interest! We welcome changes of all sizes, from improving existing integrations to adding entirely new ones. Please consider these guidelines when filing a pull request:

  • Tab indentation.
  • Features and bug fixes should be covered by test cases.
  • Follow styling from eslint config. The easiest way to do this is by using an eslint highlighting plugin.
  • JSDoc comments for all methods.

Pull Requests will be reviewed by internal Amplience team members. Generally, these are merged after two approvals.

To get started, see Develop Locally.

Commit Messages

Commits in this projects should follow the Conventional Commits style. Try to mention which vendors or components have been modified in the commit message, so that the changed areas can be assessed at a glance.