Skip to content

Commit cf06d45

Browse files
committed
docs: allow any user to claim issues authored by jhasourav07
1 parent b20b1e1 commit cf06d45

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ To maintain high quality in our codebase, we use structured **Issue Templates**
162162
- **🐛 Bug Report Template**: For reporting visual glitches, API errors, or unexpected behavior.
163163
- **✨ Feature Request Template**: For suggesting new isometric monolith designs, themes, or time/accuracy improvements.
164164

165-
By using these templates, you provide maintainers with clear details and context. Since you authored the issue, you can immediately claim it for yourself by commenting `/claim`!
165+
By using these templates, you provide maintainers with clear details and context. Since you authored the issue, you can immediately claim it for yourself by commenting `/claim`! (Note: Issues authored by `jhasourav07` can be claimed by anyone).
166166

167167
### 🔍 Semantic Duplicate Detection
168168

@@ -177,12 +177,12 @@ To help maintainers keep the repository organized and prevent multiple contribut
177177

178178
Our automation runs entirely through issue comments. Here is how you interact with it:
179179

180-
| Command | Who Can Use It? | What It Does |
181-
| ----------------------------- | --------------------- | --------------------------------------------------------- |
182-
| `/claim` | **Issue Author Only** | Self-assigns the issue to you (only if you created it). |
183-
| `/addlabel <label1> <label2>` | **Anyone** | Adds labels to the issue (e.g. `/addlabel frontend bug`). |
184-
| `/unassign @username` | **Maintainers Only** | Removes the assignee from an issue. |
185-
| `/assign @username` | **Maintainers Only** | Manually assigns someone to an issue. |
180+
| Command | Who Can Use It? | What It Does |
181+
| ----------------------------- | ------------------------------------------------------- | --------------------------------------------------------- |
182+
| `/claim` | **Issue Author (or Anyone if authored by jhasourav07)** | Self-assigns the issue to you. |
183+
| `/addlabel <label1> <label2>` | **Anyone** | Adds labels to the issue (e.g. `/addlabel frontend bug`). |
184+
| `/unassign @username` | **Maintainers Only** | Removes the assignee from an issue. |
185+
| `/assign @username` | **Maintainers Only** | Manually assigns someone to an issue. |
186186

187187
### ⏳ The Inactivity Policy (Assignment Expiry)
188188

@@ -207,7 +207,7 @@ If the bot rejects your command, check these common scenarios:
207207
- **"Commands cannot be used on closed issues"**: You cannot claim, assign, or unassign on closed issues. Find an open one!
208208
- **"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, ask a maintainer to `/unassign` you from one.
209209
- **"This issue is already assigned to @username"**: Be faster next time! Look for issues without assignees.
210-
- **"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.
210+
- **"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).
211211
- **"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.
212212
- **"You don't have permission"**: You tried to use `/assign` or `/unassign`. Please use `/claim` instead.
213213

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ CommitPulse features a fully custom, GitHub Actions-powered **Issue Management S
368368
We built an anti-hoarding, self-service automation layer right into the repository:
369369

370370
- **Structured Issue Templates:** We use specific templates for Bug Reports and Feature Requests to maintain high quality and clarity.
371-
- **Self-Claiming:** Issue authors can grab their issues instantly by commenting `/claim` (only the author of the issue can claim it).
371+
- **Self-Claiming:** Issue authors can grab their issues instantly by commenting `/claim` (only the author of the issue can claim it, unless it was authored by `jhasourav07`, in which case anyone can claim it).
372372
- **Fair Play:** A strict one-active-issue-per-contributor rule prevents issue hoarding.
373373
- **Stale Expiry:** A scheduled chron job automatically unassigns inactive contributors after 3 days.
374374
- **Self-Service Labels:** Anyone can tag issues using `/addlabel <tag>`.

0 commit comments

Comments
 (0)