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. --- 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.