From 5cbb9a7d9c9841bf79bd59315323b76f5e79ed21 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 26 Jan 2024 13:58:23 +0100 Subject: [PATCH] Update branch names in pull request template --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 950451f3e0..55d575a99a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ ### Thanks for contributing to chrono! -If your feature is semver-compatible, please target the 0.4.x branch; -the main branch will be used for 0.5.0 development going forward. +If your feature is semver-compatible, please target the main branch; +for semver-incompatible changes, please target the `0.5.x` branch. Please consider adding a test to ensure your bug fix/feature will not break in the future.