From 047433fe60d3bd3865d55a6163f55ff3fa25e2b5 Mon Sep 17 00:00:00 2001 From: Dave the Dev Date: Wed, 15 Apr 2026 18:44:51 +0000 Subject: [PATCH] Hithomelabs/CFTunnels#115: Add PR target branch note to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd7050c..2a6518e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # CFTunnels - Cloudflare Tunnels Management API +> **Note**: All pull requests should be raised against the `test` branch. + A Spring Boot REST API for managing Cloudflare Tunnels with ingress mappings and an approval workflow. ## Overview @@ -181,4 +183,4 @@ Private - All rights reserved - [Cloudflare Tunnel Documentation](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/) - [Cloudflare API v4](https://api.cloudflare.com/) -- [Spring Boot Documentation](https://docs.spring.io/spring-boot/docs/current/reference/) \ No newline at end of file +- [Spring Boot Documentation](https://docs.spring.io/spring-boot/docs/current/reference/)