Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated document to reflect current system views, and to explain actions in greater detail.
name: Pull request
about: Help us improve our package
title: "[WIP|Feature|Fix]"
labels: do-not-merge
Community Note
Pull requests are always welcome, we are always thrilled to receive them and we do our best to process them quickly. If your pull request is not accepted on the first try, don't get discouraged!
[WIP]
prefix to the pull request title and add thedo-not-merge
label.[WIP]
,[Feature]
or[Fix]
. If the category is unknown use[WIP]
, once the PR is ready to be merged replace[WIP]
for the right category.git commit -s
What this PR does / Why we need it?
References
List of issues this PR fixes using the prefix
Fixes
,Closes
orResolves
and the issue number or link. Format Examples:Fixes #<issue number>
,Closes <link of issue>
orResolves #<issue number>
.The issues will be closed automatically when this pull request is merged. Example:
How I did it?
Description of the changes done.
How to verify it?
Instructions to test the change. Include screenshot or test output as evidence or as example of expected results for the tests.
Description for the changelog
Write a short (one line) summary that describes the changes in this pull request for inclusion in the changelog