Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/custom_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
Expand Down
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down