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
Merge remote-tracking branch 'upstream/main' into fix/darwin-dns
* upstream/main: (135 commits)
[signal] Fix HTTP/WebSocket proxy not using custom certificates (#4644)
[client] Fix active profile name in debug bundle (#4689)
[management] Add peer disapproval reason (#4468)
[misc] Update tag name extraction in install.sh (#4677)
[client] Clean up match domain reg entries between config changes (#4676)
[client] Delete TURNConfig section from script (#4639)
[client] Security upgrade alpine from 3.22.0 to 3.22.2 #4618
[client] Fix status showing P2P without connection (#4661)
[client] Support BROWSER env for login (#4654)
[client] Remove rule squashing (#4653)
Handle the case when the service has already been down and the status recorder is not available (#4652)
[client] Set default wg port for new profiles (#4651)
[client] Add bind activity listener to bypass udp sockets (#4646)
[client] Fix missing flag values in profiles (#4650)
[management] feat: Basic PocketID IDP integration (#4529)
[client] Force TLS1.2 for RDP with Win11/Server2025 for CredSSP compatibility (#4617)
[misc] Add service definition for netbird-signal (#4620)
[management] pass temporary flag to validator (#4599)
[client] Explicitly disable DNSOverTLS for systemd-resolved (#4579)
[management] sync all other peers on peer add/remove (#4614)
...
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,16 @@
12
12
-[ ] Is a feature enhancement
13
13
-[ ] It is a refactor
14
14
-[ ] Created tests that fail without the change (if possible)
15
-
-[ ] Extended the README / documentation, if necessary
16
15
17
16
> By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md).
17
+
18
+
## Documentation
19
+
Select exactly one:
20
+
21
+
-[ ] I added/updated documentation for this change
22
+
-[ ] Documentation is **not needed** for this change (explain why)
23
+
24
+
### Docs PR URL (required if "docs added" is checked)
25
+
Paste the PR link from https://github.com/netbirdio/docs here:
echo "::error::You checked 'docs added' but didn't include a valid HTTPS PR link to netbirdio/docs (e.g., https://github.com/netbirdio/docs/pull/1234)."
75
+
exit 1
76
+
fi
77
+
78
+
pr_number="$(printf '%s' "$url" | sed -E 's#.*/pull/([0-9]+)$#\1#')"
79
+
{
80
+
echo "url=$url"
81
+
echo "pr_number=$pr_number"
82
+
} >> "$GITHUB_OUTPUT"
83
+
84
+
- name: Verify docs PR exists (and is open or merged)
0 commit comments