Skip to content

Commit f80fe5f

Browse files
committed
Added text about forked repos
1 parent 76b6a66 commit f80fe5f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,14 @@ Please keep changes compatible with Windows PowerShell 5.1.
4444

4545
The project should remain self-contained. Do not introduce external dependencies. This also includes externally loaded resources such as JavaScript files, stylesheets, or similar assets.
4646

47-
Please also consider performance impacts. EntraFalcon may be used in very large tenants, for example with 200,000 objects, so changes should avoid unnecessary overhead, repeated lookups, or patterns that scale poorly.
47+
Please also consider performance impacts. EntraFalcon may be used in very large tenants, for example with 200,000 objects, so changes should avoid unnecessary overhead, repeated lookups, or patterns that scale poorly.
48+
49+
## Forked Repositories
50+
51+
Do not make changes in the forked repositories that are used by this project. If changes are required there, they should be proposed and maintained in the corresponding upstream or dedicated repository instead.
52+
53+
This applies in particular to:
54+
- `EntraTokenAid`
55+
- `GraphRequest`
56+
- `Send-ApiRequest`
57+
- `GraphBatchRequest`

0 commit comments

Comments
 (0)