From 375571e8625db7c35f5ecf174b92bca314495dce Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Mon, 7 Nov 2022 14:55:00 +0000 Subject: [PATCH] [skip ci] docs: links from CONTRIBUTING.md to atGitHub.md --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab7ade1a..177d5fc6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,13 +13,15 @@ For small changes, especially documentation, you can simply use the "Edit" butto to update the Markdown file, and start the [pull request](https://help.github.com/articles/about-pull-requests/) process. Use the preview tab in GitHub to make sure that it is properly -formatted before committing. +formatted before committing. Please use conventional commits and follow the semantic PR format as documented +[here](https://github.com/atsign-foundation/.github/blob/trunk/atGitHub.md#semantic-prs). A pull request will cause integration tests to run automatically, so please review the results of the pipeline and correct any mistakes that are reported. If you plan to contribute often or have a larger change to make, it is best to setup an environment for contribution, which is what the rest of these guidelines -describe. +describe. The atsign-foundation GitHub organization's conventions and configurations are documented +[here](https://github.com/atsign-foundation/.github/blob/trunk/atGitHub.md). ## Development Environment Setup