From 5f59fdc73b75c55d66742e563e89efb6e7fc7992 Mon Sep 17 00:00:00 2001 From: Vadim Zolotokrylin Date: Fri, 24 Apr 2026 13:05:23 +0800 Subject: [PATCH 1/2] docs(expenses): link expense issues as sub-issues of payout issue --- docs/EXPENSES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/EXPENSES.md b/docs/EXPENSES.md index b99b903..0975875 100644 --- a/docs/EXPENSES.md +++ b/docs/EXPENSES.md @@ -11,6 +11,7 @@ reimbursed. Approval must be obtained **before** incurring the expense. - What the expense is and why it is needed - Estimated amount (USD) - Link to the service or product +1. Add it as a sub-issue of your dedicated payout issue. 1. Assign your manager to the issue. 1. Wait for written approval in the issue thread before proceeding. From afcb4ee7ddb7c9d66de597da894dfcb375844a00 Mon Sep 17 00:00:00 2001 From: Vadim Zolotokrylin Date: Mon, 27 Apr 2026 13:19:09 +0800 Subject: [PATCH 2/2] docs(contributing): require solution in problem issues --- docs/CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 5122fc5..1b66967 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -89,6 +89,19 @@ Ensure each Problem issue is properly interlinked with its parent Goal issue: feature. - Add the Goal issue link to the Problem description. +Every Problem issue body must include both a `# Problem` and a `# Solution` +section, describing the recommended approach or workaround before work begins. + +```md +# Problem + +Describe what the user cannot do and why it matters. + +# Solution + +Describe the recommended approach or workaround. +``` + ### Solution The third pillar of successful contribution is the Solution.