You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/assign-request-reminder.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ jobs:
93
93
``,
94
94
`## 📋 A Few Things to Know`,
95
95
``,
96
-
`- You can hold a **maximum of 3 open issues** at a time.`,
96
+
`- You can hold a **maximum of 5 open issues** at a time.`,
97
97
`- If there's **no activity for 3 days**, the assignment will automatically expire so others can pick it up.`,
98
98
`- Make sure to read our **[CONTRIBUTING.md](https://github.com/${owner}/${repo}/blob/main/CONTRIBUTING.md)** before you start — it covers code style, commit conventions, and the PR checklist.`,
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -401,7 +401,7 @@ The accuracy engine lives in `utils/time.ts` and `lib/calculate.ts`.
401
401
CommitPulse uses a custom, lightweight **GitHub Actions** automation system to manage issues fairly. This ensures that everyone (especially during events like **GSSoC**) gets a chance to contribute and prevents "issue hoarding".
402
402
403
403
> [!IMPORTANT]
404
-
> **The Golden Rule:** You can be assigned to a maximum of **3** open issues at a time. Complete or unassign yourself from one before claiming more.
404
+
> **The Golden Rule:** You can be assigned to a maximum of **5** open issues at a time. Complete or unassign yourself from one before claiming more.
405
405
406
406
### 📋 Structured Issue Templates
407
407
@@ -454,7 +454,7 @@ To keep the project moving, assignments are not permanent.
454
454
If the bot rejects your command, check these common scenarios:
455
455
456
456
-**"Commands cannot be used on closed issues"**: You cannot claim, assign, or unassign on closed issues. Find an open one!
457
-
-**"You already have X/3 active assigned issues"**: You have reached the maximum of 3 concurrent assignments. Finish one of your current tasks before claiming a new issue. If you're stuck, use the `/unclaim` command to unassign yourself from an issue, or ask a maintainer to `/unassign` you.
457
+
-**"You already have X/5 active assigned issues"**: You have reached the maximum of 5 concurrent assignments. Finish one of your current tasks before claiming a new issue. If you're stuck, use the `/unclaim` command to unassign yourself from an issue, or ask a maintainer to `/unassign` you.
458
458
-**"This issue is already assigned to @username"**: Be faster next time! Look for issues without assignees.
459
459
-**"Only the author of this issue can claim it"**: You tried to `/claim` an issue you did not create. You can only claim issues that you authored (unless the issue was authored by `jhasourav07`, which anyone can claim).
460
460
-**"The following label(s) do not exist"**: You can only add existing repo labels. The bot will reply with a list of valid labels you can use.
> 💡 **Tip:** You can combine `theme=` with individual overrides. For example, `theme=dracula&accent=ff79c6` applies the Dracula theme but swaps only the accent color.
324
+
> **Tip:** You can combine `theme=` with individual overrides. For example, `theme=dracula&accent=ff79c6` applies the Dracula theme but swaps only the accent color.
0 commit comments