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: CONTRIBUTING.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ To maintain high quality in our codebase, we use structured **Issue Templates**
162
162
-**🐛 Bug Report Template**: For reporting visual glitches, API errors, or unexpected behavior.
163
163
-**✨ Feature Request Template**: For suggesting new isometric monolith designs, themes, or time/accuracy improvements.
164
164
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).
166
166
167
167
### 🔍 Semantic Duplicate Detection
168
168
@@ -177,12 +177,12 @@ To help maintainers keep the repository organized and prevent multiple contribut
177
177
178
178
Our automation runs entirely through issue comments. Here is how you interact with it:
|`/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. |
186
186
187
187
### ⏳ The Inactivity Policy (Assignment Expiry)
188
188
@@ -207,7 +207,7 @@ If the bot rejects your command, check these common scenarios:
207
207
-**"Commands cannot be used on closed issues"**: You cannot claim, assign, or unassign on closed issues. Find an open one!
208
208
-**"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.
209
209
-**"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).
211
211
-**"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.
212
212
-**"You don't have permission"**: You tried to use `/assign` or `/unassign`. Please use `/claim` instead.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -368,7 +368,7 @@ CommitPulse features a fully custom, GitHub Actions-powered **Issue Management S
368
368
We built an anti-hoarding, self-service automation layer right into the repository:
369
369
370
370
-**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).
372
372
-**Fair Play:** A strict one-active-issue-per-contributor rule prevents issue hoarding.
373
373
-**Stale Expiry:** A scheduled chron job automatically unassigns inactive contributors after 3 days.
374
374
-**Self-Service Labels:** Anyone can tag issues using `/addlabel <tag>`.
0 commit comments