From 3d812722e2c4729bf31ba2863a3f3292a1d18923 Mon Sep 17 00:00:00 2001 From: Currypan1229 <67533379+Currypan1229@users.noreply.github.com> Date: Sun, 8 Feb 2026 21:58:50 +0900 Subject: [PATCH] [Fix content of CONTRIBUTING.md] --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6c8b103..4ce3c01 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -45,9 +45,9 @@ If you would like to suggest a new feature: 1. Fork the repository and create a new branch for your development work. - If your changes are **backward compatible**, - open a PR targeting the main branch (commonly named `main` or`master`). + open a PR targeting the main development branch (commonly named `dev` or `develop`). - If your changes **are not backward compatible**, - open a PR targeting the development branch (commonly named `dev` or `develop`). + open a PR targeting the development branch (commonly named `dev2` or `develop2`). 2. Keep your changes minimal and focused. - Large or unrelated changes in a single PR are discouraged, as they are more likely to conflict with other work. 3. Follow the coding style and run tests before submitting.