From 505cc1c36f3b0160768aea2680d5bc1f601f77a0 Mon Sep 17 00:00:00 2001 From: Matt Buchwald Date: Thu, 12 Jun 2025 15:28:25 -0400 Subject: [PATCH 1/4] Adds a tip for claim extension that exempts automatically-renewed claims from forum post requirements. --- docs/guidelines/developers/claims-system.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guidelines/developers/claims-system.md b/docs/guidelines/developers/claims-system.md index 5e69e09f..3571c424 100644 --- a/docs/guidelines/developers/claims-system.md +++ b/docs/guidelines/developers/claims-system.md @@ -44,6 +44,10 @@ Dropping a claim is as simple as selecting the "Drop Claim" link in the Develope - If the renewal is denied or dropped due to no-progress, a cooldown of one month will be applied. After this period, the developer may reserve the set again, if available. Detailed progress reports will continue to be required for any further renewals. - If a claim is dropped and resumed in within a month, the initial claim date before dropping the set will be maintained. +:::tip Exception +Claims that are automatically extended, such as `In-Review` and `Release Scheduled`, do not need a forum post made at the time of extension. It is recommended you post in the forum when your claim is set to one of these statuses and comment that your set is awaiting code review or its scheduled release. +::: + ## How to Complete a Claim To mark a claim as complete, you can select the "Complete Claim" link in the Developer panel. Doing so will free the claim slot and notify users who have a set request for the game, via email, that new achievements have been added for that game. From 00616828d3ea8f5e515583ec08b9f7433e77ea2f Mon Sep 17 00:00:00 2001 From: Matt Buchwald Date: Thu, 12 Jun 2025 15:40:46 -0400 Subject: [PATCH 2/4] add comma --- docs/guidelines/developers/claims-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guidelines/developers/claims-system.md b/docs/guidelines/developers/claims-system.md index 3571c424..1eafe091 100644 --- a/docs/guidelines/developers/claims-system.md +++ b/docs/guidelines/developers/claims-system.md @@ -45,7 +45,7 @@ Dropping a claim is as simple as selecting the "Drop Claim" link in the Develope - If a claim is dropped and resumed in within a month, the initial claim date before dropping the set will be maintained. :::tip Exception -Claims that are automatically extended, such as `In-Review` and `Release Scheduled`, do not need a forum post made at the time of extension. It is recommended you post in the forum when your claim is set to one of these statuses and comment that your set is awaiting code review or its scheduled release. +Claims that are automatically extended, such as `In-Review` and `Release Scheduled`, do not need a forum post made at the time of extension. It is recommended you post in the forum when your claim is set to one of these statuses, and comment that your set is awaiting code review or its scheduled release ::: ## How to Complete a Claim From 360576fd69d94cdaabede60f15e3ff14e4e2dae5 Mon Sep 17 00:00:00 2001 From: Matt Buchwald Date: Thu, 12 Jun 2025 15:52:00 -0400 Subject: [PATCH 3/4] forgot a space in the tip syntax --- docs/guidelines/developers/claims-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guidelines/developers/claims-system.md b/docs/guidelines/developers/claims-system.md index 1eafe091..ab663be3 100644 --- a/docs/guidelines/developers/claims-system.md +++ b/docs/guidelines/developers/claims-system.md @@ -44,7 +44,7 @@ Dropping a claim is as simple as selecting the "Drop Claim" link in the Develope - If the renewal is denied or dropped due to no-progress, a cooldown of one month will be applied. After this period, the developer may reserve the set again, if available. Detailed progress reports will continue to be required for any further renewals. - If a claim is dropped and resumed in within a month, the initial claim date before dropping the set will be maintained. -:::tip Exception +::: tip Exception Claims that are automatically extended, such as `In-Review` and `Release Scheduled`, do not need a forum post made at the time of extension. It is recommended you post in the forum when your claim is set to one of these statuses, and comment that your set is awaiting code review or its scheduled release ::: From 053f5af84092688d4307632d0a788c67ddb94bd3 Mon Sep 17 00:00:00 2001 From: Wes Copeland Date: Thu, 12 Jun 2025 21:15:14 -0400 Subject: [PATCH 4/4] Update docs/guidelines/developers/claims-system.md --- docs/guidelines/developers/claims-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guidelines/developers/claims-system.md b/docs/guidelines/developers/claims-system.md index ab663be3..3a9017d7 100644 --- a/docs/guidelines/developers/claims-system.md +++ b/docs/guidelines/developers/claims-system.md @@ -45,7 +45,7 @@ Dropping a claim is as simple as selecting the "Drop Claim" link in the Develope - If a claim is dropped and resumed in within a month, the initial claim date before dropping the set will be maintained. ::: tip Exception -Claims that are automatically extended, such as `In-Review` and `Release Scheduled`, do not need a forum post made at the time of extension. It is recommended you post in the forum when your claim is set to one of these statuses, and comment that your set is awaiting code review or its scheduled release +Claims that are automatically extended, such as `In-Review` and `Release Scheduled`, do not need a forum post made at the time of extension. It is recommended you post in the forum when your claim is set to one of these statuses, and comment that your set is awaiting code review or its scheduled release. ::: ## How to Complete a Claim