Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 2.08 KB

CONTRIBUTING.md

File metadata and controls

38 lines (26 loc) · 2.08 KB

Contributing

Thank you for your interest in contributing to the sqs-producer.

  • If you have a suggstion for a new feature or you are aware of a fault, please create an issue first. Raising an issue encourages discussion and aids planning.
  • We aim for 100% test coverage. Please write tests for any new functionality or changes.
  • Any API changes should be fully documented.
  • Make sure your code meets our linting standards. Run npm run lint to check your code.
  • Maintain the existing coding style. There are some settings in .jsbeautifyrc to help. Run npx js-beautify lib/producer.js -r
  • Be mindful of others when making suggestions and/or code reviewing.

Reporting Issues

Before opening a new issue, first check that there is not already an open issue or Pull Request that addresses it.

If there is, make relevant comments and add your reaction. Use a reaction in place of a "+1" comment:

  • 👍 - upvote
  • 👎 - downvote

If you cannot find an existing issue that describes your bug or feature, create a new issue using the guidelines below.

  1. Pick an appropriate template for the type of issue from here
  2. Provide as much detail as possible
  3. Follow your issue in the issue tracking workflow

Contributing Code

If you do not have push access to the repository, please fork it. You should then work on your own master branch.

Otherwise, you may clone this repository and create a working branch with a kebab-case name reflecting what you are working on (e.g. fix-the-thing).

Follow the setup instructions in the README.

Ensure all your code is thoroughly tested and that this testing is detailed in the pull request.

Pull Request Process

  1. Make sure you have opened an issue and it was approved by a project maintainer before working on a PR
  2. Read and complete all relevant sections of the PR template
  3. Wait for the PR get approved