From 70eeb4aac6797a1b62d9de310fef5cc59e93a691 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sun, 24 Sep 2023 20:31:54 -0500 Subject: [PATCH] Add github workflow section to CONTRIBUTING.md --- CONTRIBUTING.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 3831c762..dea3a14a 100755 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -33,6 +33,8 @@ Before we accept a non-trivial patch or pull request we will need you to https:/ Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests. +== Git Workflow +We develop on https://docs.github.com/en/get-started/quickstart/fork-a-repo[Forks] and follow the https://docs.github.com/en/get-started/quickstart/github-flow[Fork and Pull Request] workflow. == Code Conventions and Housekeeping