From 4a67ff72fa8719f3b3cfb9800c44df59c7e442b3 Mon Sep 17 00:00:00 2001 From: it33 Date: Sat, 20 Mar 2021 03:27:28 -0700 Subject: [PATCH] Adding Documentation section to CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce2027f3a..b5034e791 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,12 +6,16 @@ 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 a noteable bug fix or an improvement you've submitted is merged, please consider making 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. +# Documentation + +You can contribute to our documentation and website in the [/website](/website) folder. + # Contributors **Quality Assurance Contributors**: Correctly files verified bug reports.