From 8813f6620ae4e62376ae1465a4acb3bd7cfa4a25 Mon Sep 17 00:00:00 2001 From: MisRob Date: Thu, 25 Jan 2024 13:51:30 +0100 Subject: [PATCH] Fix PR template format --- .github/pull_request_template.md | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c45bbe6a0..312485865 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -31,7 +31,7 @@ Addresses #*PR# HERE* - **Impacts a11y:** Does this change improve a11y or adds new features that can be used to improve it? Choose from: yes / no - **Guidance:** Why and how to introduce this update to a consumer? Required for breaking changes, appreciated for changes with a11y impact, and welcomed for non-breaking changes when relevant. -[#PR no]: [PR link] +[#PR no]: PR link ## Steps to test diff --git a/CHANGELOG.md b/CHANGELOG.md index d04171381..6c5f1cd93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,7 +50,7 @@ Changelog is rather internal in nature. See release notes for the public overvie - **Impacts a11y:** no - **Guidance:** ~ -[#521]: [https://github.com/learningequality/kolibri-design-system/pull/521] +[#521]: https://github.com/learningequality/kolibri-design-system/pull/521 - [#509] - **Description:** Introduces `appearanceOverrides` prop for the `KImg` component