Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

34 lines (20 loc) · 1.76 KB

Contribution guide

When contributing to this repository, please first open an issue so that the community of contributors to this repository can discuss the suggestion before a change is made.

Commits follow the Angular commit convention.

Run npx cz to commit with prompts to help you write a commit message.

Pull Request Process

Once you have finished making your changes:

  1. Make sure that your code satisfies the standards laid out in the testing and coding style section of this document.
  2. Update README.md with details on any changes to the interface or behavior of the plugin.
  3. Submit your PR, using the PR template provided to describe the details of your changes.

Then,

  1. For substantial changes to the plugin, we will try to get at least two community sign-offs and some discussion of the PR before merging.
    • For non-controversial or minor PRs (e.g. phrasing updates in the documentation, minor refactoring of constants), one approval will be sufficient to move forward.
  2. A contributor with push access to the repo will merge the PR after all tests and fixes have occured.
  3. A new release will be published (if appropriate).

Testing

Please read our testing guide and ensure any changes are covered by unit tests, and integration tests if applicable.

Coding Style

This repository uses prettier to enforce a uniform coding style. You may install an editor plugin for prettier, but code will also be auto-formatted via a git hook whenever you commit code.

Code of Conduct

Please be polite and respectful in all your communication and actions towards others in the serverless-finch community.