-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Restore PR template Signed-off-by: Nurzhan Sakén <[email protected]>
- Loading branch information
Showing
1 changed file
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
<!-- You will not see HTML commented line in Pull Request body --> | ||
<!-- Optional sections may be omitted. Just remove them or write None --> | ||
## Description | ||
|
||
<!-- ### Requirements --> | ||
<!-- * 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. --> | ||
<!-- * All new code must have code coverage above 70% (https://docs.codecov.io/docs/about-code-coverage). --> | ||
<!-- * CI builds must be passed. --> | ||
<!-- * Critical and blocker issues reported by Sorabot must be fixed. --> | ||
<!-- * Branch must be rebased onto base branch (https://soramitsu.atlassian.net/wiki/spaces/IS/pages/11173889/Rebase+and+merge+guide). --> | ||
<!-- Just describe what you did. --> | ||
|
||
<!-- Skip if the title of the PR is self-explanatory --> | ||
|
||
### Description of the Change | ||
### Linked issue | ||
|
||
<!-- 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. --> | ||
<!-- 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. --> | ||
<!-- Duplicate the main issue and add additional issues closed by this PR. --> | ||
|
||
### Benefits | ||
Closes #{issue_number} <!-- Replace with an actual number, --> | ||
|
||
<!-- What benefits will be realized by the code change? --> | ||
<!-- Link if e.g. JIRA issue or from another repository --> | ||
|
||
### Possible Drawbacks | ||
### Benefits | ||
|
||
<!-- What are the possible side-effects or negative impacts of the code change? --> | ||
<!-- If no drawbacks, explicitly mention this (write None) --> | ||
<!-- EXAMPLE: users can't revoke their own right to revoke rights --> | ||
|
||
### Usage Examples or Tests *[optional]* | ||
### Checklist | ||
|
||
<!-- Point reviewers to the test, code example or documentation which shows usage example of this feature --> | ||
- [ ] I've read `CONTRIBUTING.md` | ||
- [ ] I've used the standard signed-off commit format (or will squash just before merging) | ||
- [ ] All applicable CI checks pass (or I promised to make them pass later) | ||
- [ ] (optional) I've written unit tests for the code changes | ||
- [ ] I replied to all comments after code review, marking all implemented changes with thumbs up | ||
|
||
### Alternate Designs *[optional]* | ||
<!-- HINT: Add more points to checklist for large draft PRs--> | ||
|
||
<!-- Explain what other alternates were considered and why the proposed version was selected --> | ||
<!-- USEFUL LINKS | ||
- https://www.secondstate.io/articles/dco | ||
- https://discord.gg/hyperledger (please ask us any questions) | ||
- https://t.me/hyperledgeriroha (if you prefer telegram) | ||
--> |