From 44bba9531de98cbbf72725f3b7268ce815389874 Mon Sep 17 00:00:00 2001 From: Shaun Wang Date: Sat, 27 Feb 2021 15:03:07 +1300 Subject: [PATCH] Fix links in CONTRIBUTING.md (#2539) --- polkadot/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/polkadot/CONTRIBUTING.md b/polkadot/CONTRIBUTING.md index 0cdc739bad..47ae56b90c 100644 --- a/polkadot/CONTRIBUTING.md +++ b/polkadot/CONTRIBUTING.md @@ -14,13 +14,13 @@ There are a few basic ground-rules for contributors (including the maintainer(s) - **Non-master branches**, prefixed with a short name moniker (e.g. `gav-my-feature`) must be used for ongoing work. - **All modifications** must be made in a **pull-request** to solicit feedback from other contributors. - A pull-request _must not be merged until CI_ has finished successfully. -- Contributors should adhere to the https://github.com/paritytech/polkadot/wiki/Style-Guide[house coding style]. +- Contributors should adhere to the [house coding style](https://github.com/paritytech/polkadot/wiki/Style-Guide). #### Merging pull requests once CI is successful: -- A pull request that does not alter any logic (e.g. comments, dependencies, docs) may be tagged https://github.com/paritytech/substrate/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+label%3AA2-insubstantial[`insubstantial`] and merged by its author. +- A pull request that does not alter any logic (e.g. comments, dependencies, docs) may be tagged [`insubstantial`](https://github.com/paritytech/substrate/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+label%3AA2-insubstantial) and merged by its author. - A pull request with no large change to logic that is an urgent fix may be merged after a non-author contributor has reviewed it well. -- All other PRs should sit for 48 hours with the https://github.com/paritytech/substrate/pulls?q=is%3Apr+is%3Aopen+label%3AA0-pleasereview[`pleasereview`] tag in order to garner feedback. +- All other PRs should sit for 48 hours with the [`pleasereview`](https://github.com/paritytech/substrate/pulls?q=is%3Apr+is%3Aopen+label%3AA0-pleasereview) tag in order to garner feedback. - No PR should be merged until all reviews' comments are addressed. #### Reviewing pull requests: