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 0eff3373..edfbefe2 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