diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8251362..f56ef2a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,7 +37,7 @@ body: id: terms attributes: label: Contribution Guidelines - description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://github.com/OpenZeppelin/substrate-generic-vanilla/blob/main/CONTRIBUTING.md) + description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://github.com/OpenZeppelin/substrate-runtime-template/blob/main/CONTRIBUTING.md) options: - label: I agree to follow this project's Contribution Guidelines required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7d54e26..6cc75cb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -20,7 +20,7 @@ body: id: terms attributes: label: Contribution Guidelines - description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://github.com/OpenZeppelin/substrate-generic-vanilla/blob/main/CONTRIBUTING.md) + description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://github.com/OpenZeppelin/substrate-runtime-template/blob/main/CONTRIBUTING.md) options: - label: I agree to follow this project's Contribution Guidelines required: true diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 535e6de..ec72996 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ For ANY of the items below, if they seem too complicated or hard, you can always ## Contribution guidelines -Before starting development, please [create an issue](https://github.com/OpenZeppelin/substrate-vanilla-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/substrate-runtime-template/issues/new/choose) to open the discussion, validate that the PR is wanted, and coordinate overall implementation details. ### Coding style diff --git a/README.md b/README.md index 30e6402..74bcbfe 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,12 @@ -# OpenZeppelin Vanilla Template for Substrate +# OpenZeppelin Runtime Template for Substrate -Substrate has a steep learning curve. In order to make it easier for newcomers to get started, OpenZeppelin provides 2 templates that can be used to quickly bootstrap a Substrate project: -- vanilla template (has the minimal pallet set) -- feature-rich template (has all the pallets that are commonly used in Substrate projects) -- +Substrate has a steep learning curve. In order to make it easier for newcomers to get started, OpenZeppelin is providing a generic template that can be used to quickly bootstrap a Substrate project. -Along with these two templates, OpenZeppelin also provides a documentation website that explains how to add or deduct all the common pallets to your Substrate project (and these templates). - -So, you can select the template that fits your needs and start building your Substrate project. On the road, if you feel like you need to make some changes, our documentation on how to add or deduct pallets will be helpful. - -## Vanilla Template - -This template aims to provide the minimal pallet set for a Substrate project. - -*Pallets used in Vanilla Template:* -- to be filled - -## Feature-rich Template - -You can find the feature-rich template here: link to feature-rich template to be filled +Along with the templates, OpenZeppelin also provides a documentation website that explains how to add or deduct all the common pallets to your Runtime project (including this template). ### Usage -to be fileld +to be filled ## Security @@ -35,7 +19,7 @@ Refer to [SECURITY.md](SECURITY.md) for more details. ## License -OpenZeppelin Vanilla Template for Substrate is released under the [MIT License](LICENSE). +OpenZeppelin Runtime Template for Substrate is released under the [MIT License](LICENSE).