diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b4e9a93..365b5b6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,10 @@ name: Bug Report about: Create a report to help us improve title: "[BUG] " labels: bug -assignees: '' +assignees: + - 'lwnmengjing' +projects: + - 'mss-boot-admin' --- **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/custom_issue.md b/.github/ISSUE_TEMPLATE/custom_issue.md index 1b5d8a7..d819985 100644 --- a/.github/ISSUE_TEMPLATE/custom_issue.md +++ b/.github/ISSUE_TEMPLATE/custom_issue.md @@ -3,7 +3,10 @@ name: Custom Issue about: Create a custom issue or suggestion title: '' labels: '' -assignees: '' +assignees: + - 'lwnmengjing' +projects: + - 'mss-boot-admin' --- **Issue or Suggestion** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 17a2a88..804cbf5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,10 @@ name: Feature Request about: Suggest an idea for this project title: "[FEATURE] " labels: enhancement -assignees: '' +assignees: + - 'lwnmengjing' +projects: + - 'mss-boot-admin' --- **Is your feature request related to a problem? Please describe.** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 496d740..129d7dd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,7 @@ +--- +assignees: + - 'lwnmengjing' +--- ## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. diff --git a/README.md b/README.md index fa402df..4b67459 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,12 @@ English | [简体中文](./README.zh-CN.md) ## Introduction -> Based on Gin + React + Atn Design v5 + Umi v4 + mss-boot's front and back end separation permission management system, the system initialization only needs an environment variable to start the system, -> The system supports multiple configuration sources, and the migration command can make the initialization database information simpler. The service command can easily start the service. +> A front-end and back-end separation authority management system based on Gin, React, Ant Design v5, Umi v4, and mss-boot. Initialized with an environment variable, it supports multiple configuration sources, simplifies database setup, and eases service startup. +> Features include multi-tenancy, roles, users, menus, internationalization, system configuration, permissions, virtual models, notifications, and dictionaries. + +[Beta Environment](https://admin-beta.mss-boot-io.top) + +[Swagger](https://mss-boot-io.github.io/mss-boot-admin/swagger.json) ## Tutorial [Online documentation](https://docs.mss-boot-io.top) diff --git a/README.zh-CN.md b/README.zh-CN.md index 877f207..c4947ea 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -10,6 +10,12 @@ > 基于Gin + React + Atn Design v5 + Umi v4 + mss-boot 的前后端分离权限管理系统,系统初始化只需要一个环境变量即可启动系统, 系统支持多种配置源,迁移指令可以让初始化数据库信息更简单,服务指令可以很方便启动服务。 +[Beta环境](https://admin-beta.mss-boot-io.top) + +[Swagger](https://mss-boot-io.github.io/mss-boot-admin/swagger.json) + + + ## 教程 [在线文档](https://docs.mss-boot-io.top) [视频教程](https://space.bilibili.com/597294782/channel/seriesdetail?sid=3881026)