From bf0408787b4db828013ad27e271a34224de2f784 Mon Sep 17 00:00:00 2001 From: Thuan Le Date: Thu, 14 Mar 2024 19:42:33 +0700 Subject: [PATCH] docs: update readme.md --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10d318b..33364d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Thank you for your interest in enhancing the TypingMind Proxy! Here's how you ca 1. **Fork the Repository:** Begin by forking the main TypingMind Proxy repository. This creates your working copy. 2. **Clone Locally:** Use `git clone your-fork-url` to download your fork to your development environment. -3. **Create a Branch:** Isolate your changes with `git checkout -b descriptive-branch-name master`. +3. **Create a Branch:** Isolate your changes with `git checkout -b descriptive-branch-name main`. 4. **Develop Your Plugin:** Build new features, address bugs, and optimize your plugin's functionality. 5. **Thorough Testing:** Ensure your plugin works as intended and doesn't introduce regressions. 6. **Meaningful Commits:** Use the "Conventional Commits" VSCode extension (Identifier: vivaxy.vscode-conventional-commits) for clear and structured commit messages. diff --git a/README.md b/README.md index ce85fd4..3c55be0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Plugins Server -[![Docker Image CI](https://github.com/TypingMind/plugins-server/actions/workflows/docker-image.yml/badge.svg?branch=master)](https://github.com/TypingMind/plugins-server/actions/workflows/docker-image.yml) +[![Docker Image CI](https://github.com/TypingMind/plugins-server/actions/workflows/docker-image.yml/badge.svg?branch=main)](https://github.com/TypingMind/plugins-server/actions/workflows/docker-image.yml) [![CodeQL](https://github.com/TypingMind/plugins-server/actions/workflows/codeql.yml/badge.svg)](https://github.com/TypingMind/plugins-server/actions/workflows/codeql.yml) [![Build TypingMind Proxy](https://github.com/TypingMind/plugins-server/actions/workflows/test.yml/badge.svg)](https://github.com/TypingMind/plugins-server/actions/workflows/test.yml)