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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -492,9 +492,40 @@ flowchart TD
492
492
linkStyle 24 stroke:#f44336,stroke-width:2px
493
493
```
494
494
495
+
### Keep Your Fork in Sync with Upstream
496
+
497
+
To avoid working on an outdated copy of Nest (and to reduce merge conflicts), contributors may find it helpful to keep their fork synchronized with the main OWASP Nest repository.
498
+
499
+
<details>
500
+
<summary>Setting up the upstream remote</summary>
501
+
502
+
If you haven't added the upstream remote yet, add it using:
0 commit comments