From f19fde218bcbde7f78efa6b5be10f697b45ca395 Mon Sep 17 00:00:00 2001 From: Currypan1229 <67533379+Currypan1229@users.noreply.github.com> Date: Sun, 8 Feb 2026 22:02:26 +0900 Subject: [PATCH 1/2] Fix content of CONTRIBUTING.md --- .github/CONTRIBUTING.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0a5df99..3e8281b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -44,17 +44,17 @@ If you would like to suggest a new feature: ### Getting Started 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`). - - If your changes **are not backward compatible**, - open a PR targeting the development branch (commonly named `dev` or `develop`). + - If your changes are **backward compatible**, + 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 `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. + - 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. - - This is **very important**. Please refer to the [Code Requirements](#code-requirements) section below. + - This is **very important**. Please refer to the [Code Requirements](#code-requirements) section below. 4. Once your changes are ready, push your branch and open a Pull Request. - - If your PR meets the requirements, it will eventually be merged. - - It may take some time—please be patient and check back occasionally. + - If your PR meets the requirements, it will eventually be merged. + - It may take some time—please be patient and check back occasionally. --- From 5d2847cafb8747853c239544f704de4f1c7c8588 Mon Sep 17 00:00:00 2001 From: Currypan1229 <67533379+Currypan1229@users.noreply.github.com> Date: Sun, 8 Feb 2026 22:02:40 +0900 Subject: [PATCH 2/2] Fix url of Build Status badge in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 815bf69..2458337 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Service Library for Rust -[![Build Status](https://github.com/Akazukin-Team/Rust-Service-Library/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Akazukin-Team/Rust-Service-Library/actions/workflows/build.yml?query=branch:main) +[![Build Status](https://github.com/Akazukin-Team/Rust-Service-Library/actions/workflows/build.yml/badge.svg)](https://github.com/Akazukin-Team/Rust-Service-Library/actions/workflows/build.yml?query=branch:main) A library providing manager for many similar services.