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
body: `✅ Successfully assigned issue to @${commenter}\n\n> 💡 Please read [CONTRIBUTING.md](../blob/main/CONTRIBUTING.md) if you haven't already. Good luck! 🚀`,
92
+
body: `🎉 **Assigned!** Welcome to the project, @${commenter}.\n\n⏳ **Reminder:** You have **3 days** to submit a Pull Request. After 3 days of inactivity, you will be automatically unassigned to give others a chance (as per our GSSoC anti-hoarding policy).\n\n> 💡 Please read [CONTRIBUTING.md](../blob/main/CONTRIBUTING.md) if you haven't already.\n\nHappy coding! 🚀`,
|`hide_background`|`boolean`| No |`false`| Remove the background rect, letting the monolith float on the page |
156
156
|`hide_stats`|`boolean`| No |`false`| Hides the bottom row displaying Current Streak, Annual Sync Total, and Peak Streak stats when set to `true` or `1`. |
157
157
|`tz`|`string`| No | Omitted = UTC | IANA timezone (e.g. `Asia/Kolkata`, `America/New_York`) — aligns "today" with the user local midnight. Note: `?tz=UTC` is valid but cached separately from omitting `tz`. |
158
-
|`lang`|`string`| No |`en`| Language code for labels (`en`, `es`, `hi`, `fr`, `pt`, `ko`, `ja`) |
158
+
|`lang`|`string`| No |`en`| Language code for labels (`en`, `es`, `hi`, `fr`, `pt`, `ko`, `ja`, `de`)|
159
159
|`view`|`string`| No |`default`| Rendering mode: `default` (3D Monolith) or `monthly` (Compact monthly stats) |
160
160
|`delta_format`|`string`| No |`percent`| Format for month-over-month delta in monthly view: `percent` (e.g. +12%), `absolute` (e.g. +15 commits), or `both`|
161
161
|`width`|`number`| No |`300`| Custom width for the SVG canvas (currently only applies to `view=monthly`) |
0 commit comments