forked from github/dataease
commit
7f29acd229
@ -3,9 +3,9 @@
|
||||
## Create pull request
|
||||
PR are always welcome, even if they only contain small fixes like typos or a few lines of code. If there will be a significant effort, please document it as an issue and get a discussion going before starting to work on it.
|
||||
|
||||
Please submit a PR broken down into small changes bit by bit. A PR consisting of a lot features and code changes may be hard to review. It is recommended to submit PRs in an incremental fashion.
|
||||
Please submit a PR broken down into small changes' bit by bit. A PR consisting of a lot of features and code changes may be hard to review. It is recommended to submit PRs in an incremental fashion.
|
||||
|
||||
This [development guideline](https://dataease.io/docs/dev_manual/dev_manual/) contains information about repository structure, how to setup development environment, how to run it, and more.
|
||||
This [development guideline](https://dataease.io/docs/dev_manual/dev_manual/) contains information about repository structure, how to set up development environment, how to run it, and more.
|
||||
|
||||
Note: If you split your pull request to small changes, please make sure any of the changes goes to master will not break anything. Otherwise, it can not be merged until this feature complete.
|
||||
|
||||
@ -21,5 +21,5 @@ When reporting issues, always include:
|
||||
* Steps to reproduce the issue.
|
||||
* Snapshots or log files if needed
|
||||
|
||||
Because the issues are open to the public, when submitting files, be sure to remove any sensitive information, e.g. user name, password, IP address, and company name. You can
|
||||
Because the issues are open to the public, when submitting files, be sure to remove any sensitive information, e.g. username, password, IP address, and company name. You can
|
||||
replace those parts with "REDACTED" or other strings like "****".
|
||||
|
@ -72,8 +72,8 @@ DataEase 是开源的数据可视化分析工具,帮助用户快速分析数
|
||||
|
||||
仅需两步快速安装 DataEase:
|
||||
|
||||
1. 准备一台不小于 8 G内存的 64位 Linux 主机;
|
||||
2. 以 root 用户执行如下命令一键安装 DataEase。
|
||||
1. 准备一台不小于 8 G内存的 64位 Linux 主机;
|
||||
2. 以 root 用户执行如下命令一键安装 DataEase。
|
||||
|
||||
```sh
|
||||
curl -sSL https://github.com/dataease/dataease/releases/latest/download/quick_start.sh | sh
|
||||
|
@ -16,4 +16,4 @@ All security bugs should be reported to the contact as below:
|
||||
- support@fit2cloud.com
|
||||
- 400-052-0755
|
||||
|
||||
Thanks for you support!
|
||||
Thanks for your support!
|
||||
|
@ -196,7 +196,7 @@ public class SysUserService {
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改用户密码清楚缓存
|
||||
* 修改用户密码清除缓存
|
||||
*
|
||||
* @param request
|
||||
* @return
|
||||
|
@ -2341,7 +2341,7 @@ export default {
|
||||
teaching_video_bottom_hint: 'More videos',
|
||||
enterprise_edition_hint1: 'Provide enterprise application scenario X-Pack enhancement package',
|
||||
enterprise_edition_hint2: 'Provide high-level original factory service support',
|
||||
enterprise_edition_hint3: 'Provide DateEase best practice recommendations',
|
||||
enterprise_edition_hint3: 'Provide DataEase best practice recommendations',
|
||||
open_source_community: 'Open source community',
|
||||
click_show: 'Click To View',
|
||||
show_more: 'Show More',
|
||||
|
Loading…
Reference in New Issue
Block a user