From 54c12dd7e4e5e3f875a9d0f72c2eeb9cf7e3e10b Mon Sep 17 00:00:00 2001 From: JeremyFriesenGitHub Date: Fri, 13 Sep 2024 23:21:51 -0400 Subject: [PATCH] docs(contribution-guidelines): add multiple prs example --- .../src/content/docs/contribution-guidelines/pull-requests.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/docs/src/content/docs/contribution-guidelines/pull-requests.mdx b/apps/docs/src/content/docs/contribution-guidelines/pull-requests.mdx index 0eff337..edfbefe 100644 --- a/apps/docs/src/content/docs/contribution-guidelines/pull-requests.mdx +++ b/apps/docs/src/content/docs/contribution-guidelines/pull-requests.mdx @@ -32,6 +32,8 @@ Here are a few PR templates to get you started: [GitHub PR Templates](https://gi You can create pull requests (PRs) that address multiple issues, but to avoid overwhelming reviewers, it may be better to break them down into smaller, more focused PRs that tackle one issue at a time. This would save a lot of overhead and would make the documentation process easier. +If you find that your issue blows up and splitting it into multiple issues doesn't make sense, you can always keep the issue open and make multiple PRs that complete it in increments, as shown in [Issue #40](https://github.com/cuhacking/2025/issues/40). + Below is also a checklist to ensure your PR is ready for review. ## Pull Request Checklist