diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/cargo-tests.yml similarity index 94% rename from .github/workflows/ci-tests.yml rename to .github/workflows/cargo-tests.yml index 32efa15..f2ef7a9 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/cargo-tests.yml @@ -1,4 +1,4 @@ -name: "ci tests" +name: "cargo tests" on: push: @@ -7,9 +7,11 @@ on: - plain-cumulus-template paths-ignore: - "**.md" + - "**.adoc" pull_request: paths-ignore: - "**.md" + - "**.adoc" workflow_dispatch: inputs: test-macos-and-windows: @@ -75,4 +77,4 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/docs/templates/pallet.adoc b/docs/templates/pallet.adoc index 33881f4..d0b71f4 100644 --- a/docs/templates/pallet.adoc +++ b/docs/templates/pallet.adoc @@ -4,6 +4,8 @@ = Pallet Name link:https://google.com[{github-icon},role=heading-link] +== Branch/Release: `release-polkadot-v{x.x.x}` + == Purpose This is a freeform description of the tasks that this pallet fulfills @@ -14,7 +16,7 @@ This is a freeform description of the tasks that this pallet fulfills == Config -* `ConfigType` -- desription of config. Include the possible values if there is a set of them. +* `ConfigType` -- description of config. Include the possible values if there is a set of them. == Dispatchables @@ -30,7 +32,7 @@ pub fn dispatchable_name( ---- Freeform description of the dispatchable. It is good to include the important things that should be included there. -// four following blocks show how to make a higlight of some information. It will become a styled block +// four following blocks show how to make a highlight of some information. It will become a styled block NOTE: This is how you state important information that should be acknowledged