From 77dd5fb28fc40e333a9d8696087e0dbbbbc511b9 Mon Sep 17 00:00:00 2001 From: Gordon Bockus Date: Tue, 31 Mar 2026 11:19:43 -0500 Subject: [PATCH] fix: update details for PR title --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 496d70b..6b76799 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,6 +61,9 @@ GitHub will display a **Compare & pull request** button. Once your branch is pushed to your fork, you can open a Pull Request (PR) to propose merging your changes into this repository. +Unsure that your PR title is prefixed with `feat:` or `fix:` as those will result in an update to the change log +and inclusion in SF tooling. + ### 6.1 Start the Pull Request **Option A --- From the GitHub banner (easiest)**\