From 844d5aa12321bbb5f68a80f238bbba856c0a6992 Mon Sep 17 00:00:00 2001 From: lwnmengjing Date: Thu, 8 Aug 2024 19:22:44 +0800 Subject: [PATCH 1/2] :bug: fix: auto add assignees and projects --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++++- .github/ISSUE_TEMPLATE/custom_issue.md | 5 ++++- .github/ISSUE_TEMPLATE/feature_request.md | 5 ++++- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 4 files changed, 16 insertions(+), 3 deletions(-) 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. From 66723becb8f215642a9e39dd77fa789525408b08 Mon Sep 17 00:00:00 2001 From: lwnmengjing Date: Thu, 8 Aug 2024 19:33:23 +0800 Subject: [PATCH 2/2] :bug: fix: auto add assignees and projects --- README.md | 8 ++++++-- README.zh-CN.md | 6 ++++++ 2 files changed, 12 insertions(+), 2 deletions(-) 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)