You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- You will not see HTML commented line in Pull Request body -->
2
+
<!-- Optional sections may be omitted. Just remove them or write None -->
3
+
4
+
<!-- ### Requirements -->
5
+
<!-- * Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. -->
6
+
<!-- * All new code must have code coverage above 70% (https://docs.codecov.io/docs/about-code-coverage). -->
7
+
<!-- * Branch must be rebased onto base branch (https://soramitsu.atlassian.net/wiki/spaces/IS/pages/11173889/Rebase+and+merge+guide). -->
8
+
9
+
10
+
### Description of the Change
11
+
12
+
<!-- We must be able to understand the design of your change from this description. If we can't get a good idea of what the code will be doing from the description here, the pull request may be closed at the maintainers' discretion. -->
13
+
<!-- Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts. -->
14
+
15
+
### Benefits
16
+
17
+
<!-- What benefits will be realized by the code change? -->
18
+
19
+
### Possible Drawbacks
20
+
21
+
<!-- What are the possible side-effects or negative impacts of the code change? -->
22
+
<!-- If no drawbacks, explicitly mention this (write None) -->
23
+
24
+
### Usage Examples or Tests *[optional]*
25
+
26
+
<!-- Point reviewers to the test, code example or documentation which shows usage example of this feature -->
27
+
28
+
### Alternate Designs *[optional]*
29
+
30
+
<!-- Explain what other alternates were considered and why the proposed version was selected -->
0 commit comments