From d06870dba9fe407a6c4cd7161d8b076ef3fb3e89 Mon Sep 17 00:00:00 2001 From: Juan Girini Date: Thu, 30 Nov 2023 12:10:28 +0100 Subject: [PATCH] fix markdownlint --- README.md | 4 ++-- docs/contributor/PULL_REQUEST_TEMPLATE.md | 4 ++-- substrate/README.md | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f9f65e4eb07b..1f255823b5b6 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ The security policy and procedures can be found in [docs/contributor/SECURITY.md ## Contributing & Code of Conduct -Ensure you follow our [contribution guidelines](./docs/contributor/CONTRIBUTING.md). In every interaction and contribution, this -project adheres to the [Contributor Covenant Code of Conduct](./docs/contributor/CODE_OF_CONDUCT.md). +Ensure you follow our [contribution guidelines](./docs/contributor/CONTRIBUTING.md). In every interaction and +contribution, this project adheres to the [Contributor Covenant Code of Conduct](./docs/contributor/CODE_OF_CONDUCT.md). ## Additional Resources diff --git a/docs/contributor/PULL_REQUEST_TEMPLATE.md b/docs/contributor/PULL_REQUEST_TEMPLATE.md index 50cc9028f4c8..45527486d306 100644 --- a/docs/contributor/PULL_REQUEST_TEMPLATE.md +++ b/docs/contributor/PULL_REQUEST_TEMPLATE.md @@ -27,8 +27,8 @@ Closes # (issue number, *if applicable*) # Checklist - [ ] My PR includes a detailed description as outlined in the "Description" section above -- [ ] My PR follows the [labeling requirements](docs/contributor/CONTRIBUTING.md#Process) of this project (at minimum one label for `T` - required) +- [ ] My PR follows the [labeling requirements](docs/contributor/CONTRIBUTING.md#Process) of this project (at minimum + one label for `T` required) - [ ] I have made corresponding changes to the documentation (if applicable) - [ ] I have added tests that prove my fix is effective or that my feature works (if applicable) diff --git a/substrate/README.md b/substrate/README.md index 7701769435d6..81c7625539df 100644 --- a/substrate/README.md +++ b/substrate/README.md @@ -27,9 +27,8 @@ here](https://github.com/paritytech/polkadot-sdk/issues) for anything you suspec ## Contributions & Code of Conduct Please follow the contributions guidelines as outlined in -[`docs/contributor/CONTRIBUTING.md`](https://github.com/paritytech/polkadot-sdk/blob/master/docs/contributor/CONTRIBUTING.md). In all -communications and contributions, this project follows the [Contributor Covenant Code of -Conduct](https://github.com/paritytech/polkadot-sdk/blob/master/docs/contributor/CODE_OF_CONDUCT.md). +[`docs/contributor/CONTRIBUTING.md`](https://github.com/paritytech/polkadot-sdk/blob/master/docs/contributor/CONTRIBUTING.md). +In all communications and contributions, this project follows the [Contributor Covenant Code of Conduct](https://github.com/paritytech/polkadot-sdk/blob/master/docs/contributor/CODE_OF_CONDUCT.md). ## Security