Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Align with:
- [Leave Policy](./docs/LEAVE_POLICY.md)
- [Compensation Guide](./docs/COMPENSATION.md)
- [Referral Program](./docs/REFERRAL.md)
- [Expenses](./docs/EXPENSES.md)

Subscribe to repository notifications to stay updated with frequent fixes and
improvements.
2 changes: 2 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ solution from the contributor.
> [Pull Request (PR)](https://docs.github.com/en/pull-requests) in compliance
> with [PR Requirements](#pr-requirements).

For reimbursable work-related costs, see [Expenses](./EXPENSES.md).

## Communication Guidelines

### Discussion channels
Expand Down
31 changes: 31 additions & 0 deletions docs/EXPENSES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Expenses

Any pre-approved, reasonable expense tied to your work at Holdex can be
reimbursed. Approval must be obtained **before** incurring the expense.

## How to request pre-approval

1. Open an issue in your private HR repository (`holdex/hr-member-*`) with the
title: `Expense: [brief description]`
1. Include in the issue body:
- What the expense is and why it is needed
- Estimated amount (USD)
- Link to the service or product
1. Assign your manager to the issue.
1. Wait for written approval in the issue thread before proceeding.

## After the expense is incurred

Once approved and paid:

1. Attach the receipt as a comment on the same issue.
1. The expense will be included in your next monthly payout.
1. Your manager will confirm reimbursement by commenting on the issue.

## What qualifies

Examples of reimbursable expenses: software subscriptions, infrastructure costs,
travel, conference fees, lodging — when directly tied to your work at Holdex and
pre-approved by your manager.

Expenses incurred without prior written approval will not be reimbursed.
Loading