Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.82 KB

CONTRIBUTING.md

File metadata and controls

40 lines (23 loc) · 1.82 KB

Introduction

Thank you for considering contributing to the grocery module.

Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.

There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests or writing code which can be incorporated into the loader itself.

Ground Rules

  • Keep feature versions as small as possible, preferably one new feature per version.
  • Refer to CODE_OF_CONDUCT.md

Getting started

Build instructions are available in the main README. To contribute, follow these steps:

  1. Create your own fork of the code.

  2. Perform the changes in your fork (tests and documentation are appreciated).

  3. If you like the change and think the project could use it. Send a pull request. Thank you!

How to report a bug

If you find a security vulnerability, do NOT open an issue. Please report the vulnerability to the person or team maintaining the code. (refer to SECURITY.md).

When filing an issue, make sure to answer these five questions:

  1. What version of Redis are you using?
  2. What OS and device are you using?
  3. What did you do?
  4. What did you expect to see?
  5. What did you see instead?

How to suggest a feature or enhancement

If you find yourself wishing for a feature that doesn't exist in grocery, you are probably not alone. There are bound to be others out there with similar needs. Open an issue on our issues list on GitHub which describes the feature you would like to see, why you need it, and how it should work.

Thank you for contributing!