Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 2.94 KB

CONTRIBUTING.md

File metadata and controls

55 lines (32 loc) · 2.94 KB

Contributing

First of all, thank for taking time to contribute!

The following is a set of guidelines for contributing to the project. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Table Of Contents

  1. Code of conduct
  2. Reporting bugs
  3. Suggesting enhancements

Code of conduct

This project and everyone participating in it is governed by the package code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Reporting bugs

This section guides you through submitting a bug report for the package. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior, and find related reports.

Before creating bug reports, please check the issues list as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible.

Before submitting a bug report

  • Perform a cursory search to see if the problem has already been reported. If it has and the issue is still open, add a comment to the existing issue instead of opening a new one.

How do I submit a (good) bug report?

Bugs are tracked as GitHub issues. After you've determined which repository your bug is related to, create an issue on that repository and provide the following information by filling in the template.

  • Use a clear and descriptive title for the issue to identify the problem
  • Describe the exact steps which reproduce the problem in as many details as possible
  • Explain which behavior you expected to see instead and why
  • Explain the problem and include additional details to help maintainers reproduce the problem
  • Include details about your configuration and environment
  • Include screenshots and animated GIFs if needed
  • Specify which version of the package you're using

Suggesting enhancements

This section guides you through submitting an enhancement suggestion for the package, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion and find related suggestions.

  • Use a clear and descriptive title for the issue to identify the suggestion
  • Provide a step-by-step description of the suggested enhancement in as many details as possible
  • Describe the current behavior and explain which behavior you expected to see instead and why
  • Explain why this enhancement would be useful to most users
  • List some other applications where this enhancement exists

Don't hesitate to use pull requests to propose code changes.

Thanks for reading and happy contributing! 🎉 👍