|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <h1 align="center" style="border-bottom: none">
- <b>
- <a href="https://docker.nsddd.top">OpenKF</a><br>
- </b>
- </h1>
- <h3 align="center" style="border-bottom: none">
- ⭐️ Template for a typical module written on Go. ⭐️ <br>
- <h3>
-
-
- <p align=center>
- <a href="https://goreportcard.com/report/github.com/OpenIMSDK/OpenKF"><img src="https://goreportcard.com/badge/github.com/OpenIMSDK/OpenKF" alt="A+"></a>
- <a href="https://github.com/issues?q=org%OpenIMSDK+is%3Aissue+label%3A%22good+first+issue%22+no%3Aassignee"><img src="https://img.shields.io/github/issues/OpenIMSDK/OpenKF/good%20first%20issue?logo=%22github%22" alt="good first"></a>
- <a href="https://github.com/OpenIMSDK/OpenKF"><img src="https://img.shields.io/github/stars/OpenIMSDK/OpenKF.svg?style=flat&logo=github&colorB=deeppink&label=stars"></a>
- <a href="https://join.slack.com/t/openimsdk/shared_invite/zt-1tmoj26uf-_FDy3dowVHBiGvLk9e5Xkg"><img src="https://img.shields.io/badge/Slack-100%2B-blueviolet?logo=slack&logoColor=white"></a>
- <a href="https://github.com/OpenIMSDK/OpenKF/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-green"></a>
- <a href="https://golang.org/"><img src="https://img.shields.io/badge/Language-Go-blue.svg"></a>
- </p>
-
- </p>
-
- <p align="center">
- <a href="./README.md"><b>English</b></a> •
- <a href="./README_zh-CN.md"><b>中文</b></a>
- </p>
-
- </p>
-
- ----
-
- ## 🧩 Awesome features
-
-
-
- ## 🛫 Quick start
-
- > **Note**: You can get started quickly with OpenKF.
-
- 1. Generate a [new repository](https://github.com/OpenIMSDK/OpenKF/generate) from the template.
- 2. Clone the repository locally.
- 3. Update files, read the README files in each directory.
- 4. Write your code and tests.
-
- <details>
- <summary></summary>
-
- ```bash
-
- ```
-
- </details>
-
-
-
- ## 🕋 architecture diagram
- ```mermaid
- ```
-
- **MVC Architecture Design:**
- ```mermaid
- ```
-
- ## 🤖 File Directory Description
-
- Catalog standardization design structure:
-
- ```bash
- ```
-
- ## 🗓️ community meeting
-
- We want anyone to get involved in our community, we offer gifts and rewards, and we welcome you to join us every Thursday night.
-
- We take notes of each [biweekly meeting](https://github.com/orgs/OpenIMSDK/discussions/categories/meeting) in [GitHub discussions](https://github.com/OpenIMSDK/OpenKF/discussions/categories/meeting), and our minutes are written in [Google Docs](https://docs.google.com/document/d/1nx8MDpuG74NASx081JcCpxPgDITNTpIIos0DS6Vr9GU/edit?usp=sharing).
-
-
- ## 🤼 Contributing & Development
-
- OpenIMSDK Our goal is to build a top-level open source community. We have a set of standards, in the [Community repository](https://github.com/OpenIMSDK/community).
-
- If you'd like to contribute to this OpenKF repository, please read our [contributor documentation](https://github.com/OpenIMSDK/OpenKF/blob/main/CONTRIBUTING.md).
-
- Before you start, please make sure your changes are in demand. The best for that is to create a [new discussion](https://github.com/OpenIMSDK/OpenKF/discussions/new/choose) OR [Slack Communication](https://join.slack.com/t/openimsdk/shared_invite/zt-1tmoj26uf-_FDy3dowVHBiGvLk9e5Xkg), or if you find an issue, [report it](https://github.com/OpenIMSDK/OpenKF/issues/new/choose) first.
-
-
- ## 🚨 License
-
- OpenIMSDK is licensed under the Apache 2.0 license. See [LICENSE](https://github.com/OpenIMSDK/OpenKF/tree/main/LICENSE) for the full license text.
-
- [](https://app.fossa.com/projects/git%2Bgithub.com%2FOpenIMSDK%2FOpenKF?ref=badge_large)
-
-
- ## 🔮 Thanks to our contributors!
-
- <a href="https://github.com/OpenIMSDK/OpenKF/graphs/contributors">
- <img src="https://contrib.rocks/image?repo=OpenIMSDK/OpenKF" />
- </a>
|