From 77cd467dfd0b6661c0ae8a8f7dd3f7e3c08b3ad0 Mon Sep 17 00:00:00 2001 From: it33 Date: Fri, 19 Mar 2021 17:22:28 -0700 Subject: [PATCH 1/2] Adding Changelog update instructions Have contributors update changelog, e.g. https://github.com/mattermost/focalboard/pull/138 --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ce57248e..4b0d87913 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,10 @@ Thank you for your interest in contributing! Please see the [Focalboard Contribu When you submit a pull request, it goes through a [code review process outlined here](https://www.focalboard.com/contribute/getting-started/code-review/). +# Updating Changelog + +After you've merged a bug fix or an improvement, please make a pull request to the [CHANGELOG.MD](https://github.com/mattermost/focalboard/blob/main/CHANGELOG.md) under the next release section. + # Bug reports Please file a [GitHub issue](https://github.com/mattermost/focalboard/issues) if anything isn't working the way you expect. From 52d9ab9117edc1544afbb64e37f61c1a7c3ff9b5 Mon Sep 17 00:00:00 2001 From: it33 Date: Fri, 19 Mar 2021 17:23:06 -0700 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b0d87913..ce2027f3a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ When you submit a pull request, it goes through a [code review process outlined # Updating Changelog -After you've merged a bug fix or an improvement, please make a pull request to the [CHANGELOG.MD](https://github.com/mattermost/focalboard/blob/main/CHANGELOG.md) under the next release section. +After you've merged a bug fix or an improvement, please make a pull request to the [CHANGELOG.md](https://github.com/mattermost/focalboard/blob/main/CHANGELOG.md) under the next release section. # Bug reports