Skip to content

Commit 920e590

Browse files
authored
🐛 fix: auto add assignees and projects (#148)
1 parent 9a5e4da commit 920e590

File tree

6 files changed

+28
-5
lines changed

6 files changed

+28
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Bug Report
33
about: Create a report to help us improve
44
title: "[BUG] "
55
labels: bug
6-
assignees: ''
6+
assignees:
7+
- 'lwnmengjing'
8+
projects:
9+
- 'mss-boot-admin'
710
---
811

912
**Describe the bug**

.github/ISSUE_TEMPLATE/custom_issue.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Custom Issue
33
about: Create a custom issue or suggestion
44
title: ''
55
labels: ''
6-
assignees: ''
6+
assignees:
7+
- 'lwnmengjing'
8+
projects:
9+
- 'mss-boot-admin'
710
---
811

912
**Issue or Suggestion**

.github/ISSUE_TEMPLATE/feature_request.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Feature Request
33
about: Suggest an idea for this project
44
title: "[FEATURE] "
55
labels: enhancement
6-
assignees: ''
6+
assignees:
7+
- 'lwnmengjing'
8+
projects:
9+
- 'mss-boot-admin'
710
---
811

912
**Is your feature request related to a problem? Please describe.**

.github/PULL_REQUEST_TEMPLATE.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
assignees:
3+
- 'lwnmengjing'
4+
---
15
## Description
26

37
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.

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@
77
English | [简体中文](./README.zh-CN.md)
88

99
## Introduction
10-
> 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,
11-
> 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.
10+
> 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.
11+
> Features include multi-tenancy, roles, users, menus, internationalization, system configuration, permissions, virtual models, notifications, and dictionaries.
12+
13+
[Beta Environment](https://admin-beta.mss-boot-io.top)
14+
15+
[Swagger](https://mss-boot-io.github.io/mss-boot-admin/swagger.json)
1216

1317
## Tutorial
1418
[Online documentation](https://docs.mss-boot-io.top)

README.zh-CN.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
> 基于Gin + React + Atn Design v5 + Umi v4 + mss-boot 的前后端分离权限管理系统,系统初始化只需要一个环境变量即可启动系统,
1111
系统支持多种配置源,迁移指令可以让初始化数据库信息更简单,服务指令可以很方便启动服务。
1212

13+
[Beta环境](https://admin-beta.mss-boot-io.top)
14+
15+
[Swagger](https://mss-boot-io.github.io/mss-boot-admin/swagger.json)
16+
17+
18+
1319
## 教程
1420
[在线文档](https://docs.mss-boot-io.top)
1521
[视频教程](https://space.bilibili.com/597294782/channel/seriesdetail?sid=3881026)

0 commit comments

Comments
 (0)