Skip to content

Commit

Permalink
Merge pull request #9 from TypingMind/refactor
Browse files Browse the repository at this point in the history
docs: update readme.md
  • Loading branch information
travis-thuanle authored Mar 14, 2024
2 parents 3b2d6ad + bf04087 commit 62a8a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugins Server
</h2>

[![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)

Expand Down

0 comments on commit 62a8a7f

Please sign in to comment.