mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 05:37:57 +00:00
bac8e41436
* add concurrency settings to the pipeline add comments * update message update locks --------- Co-authored-by: Gustavo Gonzalez <gustavo.gonzalez@openzeppelin.com>
20 lines
877 B
Markdown
20 lines
877 B
Markdown
<!-- Thank you for your interest in contributing to OpenZeppelin! -->
|
|
|
|
<!-- Consider opening an issue for discussion prior to submitting a PR. -->
|
|
<!-- New features will be merged faster if they were first discussed and designed with the team. -->
|
|
|
|
Fixes #??? <!-- Fill in with issue number -->
|
|
|
|
<!-- Describe the changes introduced in this pull request. -->
|
|
<!-- Include any context necessary for understanding the PR's purpose. -->
|
|
|
|
#### PR Checklist
|
|
|
|
<!-- Before merging the pull request all of the following must be complete. -->
|
|
<!-- Feel free to submit a PR or Draft PR even if some items are pending. -->
|
|
<!-- Some of the items below may not apply to your case (for example: fixing a typo). -->
|
|
|
|
- [ ] Tests
|
|
- [ ] Documentation
|
|
- [ ] Pallets, that require benchmarks, are added to `scripts/assets/pallets.txt` (Pallet require benchmark if it has WeightInfo config type)
|