Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 1.4 KB

Contributing

To learn how to contribute to any repository within the Pulsar Cooperative Organization, ensure to read the Contributing Guide for the org. Otherwise, below is the original contributing documentation for this repository. This information has not been updated or modified from how the original developers had written it, so if there is any conflicting information between this document and the organization wide contributing document, the organization wide document should always take precedence, and be regarded as the source of truth for how to contribute.

Thanks for taking the time to contribute and make Pulsar Cooperative, truly a Cooperative effort!


If you would like to contribute enhancements or fixes, please do the following:

  1. Fork the plugin repository.
  2. Hack on a separate topic branch created from the latest master.
  3. Commit and push the topic branch.
  4. Make a pull request.
  5. Welcome to the club!

Please note that modications should follow these coding guidelines:

  • Indent is 2 spaces.
  • Code should pass coffeelint linter.
  • Vertical whitespace helps readability, don’t be afraid to use it.

Thank you for helping out!