Pull Request Template

Please read the contribution guidelines before filling out this pull request template.

Prerequisites

This section and the instructions in the sections below are only part of this pull request template. Please ensure to delete this whole section, all pre-filled instructions of the sections below and sections you have not filled out before submitting to ensure a clear structure and overview.

Please do your best to provide as much information as possible and use a clear and descriptive title for your enhancement suggestion or bug fix to help maintainers and the community understand and reproduce the behavior, find related pull requests and to merge it faster.

  • Ensure the pull request has not already been reported by using the GitHub Pull Request search — if it has and the pull request is still open, add a comment to the existing pull request instead of opening this new one. If you find a closed pull request that seems to be similar to this one, include a link to it in the metadata head section of this pull request.

  • Ensure to adhere to the pull request contribution guidelines, especially the one for tests and documentations.

Metadata Head

The metadata head should be added to the top of the pull request as Markdown text quote containing the [GitHub issue keywords][gh-help-issue-keywords] to link to the related enhancements suggestions (Closes) or bug reports (Fixes). You can add additional details like dependencies to other pull requests, and the order it needs to be merged.

Closes ISSUE_ID Must be merged after/before ISSUE_ID

Description

Describe the changes as in many relevant details as possible. If this is a enhancement suggestion add specific use-cases and explain why this feature or improvement would be useful. If this is a bug fix ensure to provide a before/after comparison by describing the current behavior and the new behavior.

References

Add any other references and links which are relevant for this issue.

Last updated