Update documentation and templates for Pezkuwi branding

This commit is contained in:
2026-01-17 23:19:40 +03:00
parent d839cbd92b
commit 9bd688a742
172 changed files with 12903 additions and 6604 deletions
+11 -11
View File
@@ -1,16 +1,16 @@
# Contributing to OpenZeppelin Substrate Template
# Contributing to OpenZeppelin Bizinikiwi Template
We really appreciate and value contributions to OpenZeppelin Substrate Template. Please take 5' to review the items listed below to make sure that your contributions are merged as soon as possible.
We really appreciate and value contributions to OpenZeppelin Bizinikiwi Template. Please take 5' to review the items listed below to make sure that your contributions are merged as soon as possible.
For ANY of the items below, if they seem too complicated or hard, you can always ask for help from us. We love that you are helping us, and we would love to help you back!
## Contribution guidelines
Before starting development, please [create an issue](https://github.com/OpenZeppelin/substrate-runtime-template/issues/new/choose) to open the discussion, validate that the PR is wanted, and coordinate overall implementation details.
Before starting development, please [create an issue](https://github.com/OpenZeppelin/bizinikiwi-runtime-template/issues/new/choose) to open the discussion, validate that the PR is wanted, and coordinate overall implementation details.
### Coding style
You can check out `[rustfmt.toml](https://github.com/OpenZeppelin/polkadot-runtime-templates/blob/main/generic-template/rustfmt.toml)`.
You can check out `[rustfmt.toml](https://github.com/OpenZeppelin/pezkuwi-runtime-templates/blob/main/generic-template/rustfmt.toml)`.
Also, we suggest enabling `format-on-save` feature of your code editor.
@@ -24,13 +24,13 @@ As a contributor, you are expected to fork this repository, work on your own for
1. Make sure your fork is up to date with the main repository:
```sh
cd substrate-runtime-template
git remote add upstream https://github.com/OpenZeppelin/substrate-runtime-template.git
cd bizinikiwi-runtime-template
git remote add upstream https://github.com/OpenZeppelin/bizinikiwi-runtime-template.git
git fetch upstream
git pull --rebase upstream main
```
> NOTE: The directory `substrate-runtime-template` represents your fork's local copy.
> NOTE: The directory `bizinikiwi-runtime-template` represents your fork's local copy.
2. Branch out from `main` into `fix/some-bug-short-description-#123` (ex: `fix/typos-in-docs-#123`):
@@ -64,12 +64,12 @@ As a contributor, you are expected to fork this repository, work on your own for
cargo doc --all --no-deps
```
5. Go to [OpenZeppelin/substrate-runtime-template](https://github.com/OpenZeppelin/substrate-runtime-template) in your web browser and issue a new pull request.
5. Go to [OpenZeppelin/bizinikiwi-runtime-template](https://github.com/OpenZeppelin/bizinikiwi-runtime-template) in your web browser and issue a new pull request.
Begin the body of the PR with "Fixes #123" or "Resolves #123" to link the PR to the issue that it is resolving.
*IMPORTANT* Read the PR template very carefully and make sure to follow all the instructions. These instructions
refer to some very important conditions that your PR must meet in order to be accepted, such as making sure that all PR checks pass.
6. Maintainers will review your code and possibly ask for changes before your code is pulled in to the main repository. We'll check that all tests pass, review the coding style, and check for general code correctness. If everything is OK, we'll merge your pull request and your code will be part of OpenZeppelin Substrate Runtime Template.
6. Maintainers will review your code and possibly ask for changes before your code is pulled in to the main repository. We'll check that all tests pass, review the coding style, and check for general code correctness. If everything is OK, we'll merge your pull request and your code will be part of OpenZeppelin Bizinikiwi Runtime Template.
*IMPORTANT* Please pay attention to the maintainer's feedback, since it's a necessary step to keep up with the standards OpenZeppelin Contracts attains to.
@@ -80,8 +80,8 @@ If you are introducing a new feature, please add a new test to ensure that it wo
## All set
If you have any questions, feel free to post them as an [issue](https://github.com/OpenZeppelin/substrate-runtime-template/issues).
If you have any questions, feel free to post them as an [issue](https://github.com/OpenZeppelin/bizinikiwi-runtime-template/issues).
Finally, if you're looking to collaborate and want to find easy tasks to start, look at the issues we marked as ["Good first issue"](https://github.com/OpenZeppelin/substrate-runtime-template/labels/good%20first%20issue).
Finally, if you're looking to collaborate and want to find easy tasks to start, look at the issues we marked as ["Good first issue"](https://github.com/OpenZeppelin/bizinikiwi-runtime-template/labels/good%20first%20issue).
Thanks for your time and code!