From 23d6db4a56e5a1001fff6888d7eacb6e18d3a088 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Fri, 22 Apr 2022 23:06:09 +0000 Subject: [PATCH] .github: add a "Contribution Guidelines" to the pull request template These guidelines refer contributors to the "Submitting Patches to Ceph" doc and the "Submitting Patches to Ceph - Backports" doc. Even though there are already tips for titling/signing commits in the PR template, these tips are commented out and easy to gloss over once the contributor creates the PR. These existing tips do not include any pointers about staging backports. Fixes: https://tracker.ceph.com/issues/55418 Signed-off-by: Laura Flores --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c213c50e218..48ba87d755a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,6 +21,11 @@ - The Signed-off-by line in every git commit is important; see [Submitting Patches to Ceph](https://github.com/ceph/ceph/blob/master/SubmittingPatches.rst) --> +## Contribution Guidelines +- To sign and title your commits, please refer to [Submitting Patches to Ceph](https://github.com/ceph/ceph/blob/master/SubmittingPatches.rst). + +- If you are submitting a fix for a stable branch (e.g. "pacific"), please refer to [Submitting Patches to Ceph - Backports](https://github.com/ceph/ceph/blob/master/SubmittingPatches-backports.rst) for the proper workflow. + ## Checklist - Tracker (select at least one) - [ ] References tracker ticket -- 2.39.5