CONTRIBUTING: always use next branch for running CI tests prior to submission

Message ID 20250328092246.2373824-1-srinuvasan.a@siemens.com
State New
Headers show
Series CONTRIBUTING: always use next branch for running CI tests prior to submission | expand

Commit Message

srinuvasan.a March 28, 2025, 9:22 a.m. UTC
From: Srinuvasan A <srinuvasan.a@siemens.com>

Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
---
 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b4fa64ff..77624e42 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -93,7 +93,7 @@  Plan merges to `master` so that both fit the two-week window; short extensions s
     repos:
       isar:
         url: "http://github.com:/ilbers/isar"
-        refspec: master
+        refspec: next
         layers:
           meta:
           meta-isar:
@@ -115,7 +115,7 @@  Plan merges to `master` so that both fit the two-week window; short extensions s
     repos:
       isar:
         url: "http://github.com:/ilbers/isar"
-        refspec: master
+        refspec: next
 	patches:
           0001:
             path: /work/0001-my-contribution-to-isar.patch