From 0859472bc80d777f94cacad506f4c391da5ae180 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Fri, 12 Jan 2024 10:29:43 +0000 Subject: [PATCH] update contributing guide to ensure there is an associated issue for each PR Signed-off-by: Benjamin Wang --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48f7d6343a7c..8862a5dd92b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -138,6 +138,9 @@ If you are still working on the pull request, you can convert it to draft by cli Multiple small PRs are preferred over single large ones (>500 lines of code). +Please make sure there is an associated issue for each PR you submit. Create one if it doesn't exist yet, and close the issue +once the PR gets merged and has been backported to previous stable releases, if necessary. + ## Get your pull request reviewed Before requesting review please ensure that all GitHub checks were successful.