Skip to content

Commit

Permalink
doc: fix typos of trailing-spaces by autofix-bot
Browse files Browse the repository at this point in the history
fix typos of trailing-spaces by autofix-bot to make all the md files formatted.
  • Loading branch information
autofix-bot authored Jun 11, 2023
1 parent eef665a commit 27a4942
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body:
label: 可复现问题的仓库地址(Reproduction Repo)
description: |
1. 请使用 `npm init egg --type=simple bug` 创建最小可复现问题的代码。
2. 在 GitHub 中上传该代码项目,并在此处粘贴地址。你也可以直接将你的仓库压缩为 zip 文件直接以附件形式提交。
placeholder: |
https:/YOUR_REPOSITORY_URL
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ body:
label: |
Your detail info about the Bug:
placeholder: |
1. What I did.
1. What I did.
2. What I expected to happen.
2. What I expected to happen.
3. What I actually got.
Expand All @@ -21,7 +21,7 @@ body:
label: Reproduction Repo
description: |
1. Please use `npm init egg --type=simple bug` to create your smallest repo.
2. Submit it in the GitHub and paste your URL here. You can also attach your zip file directly.
placeholder: |
https:/YOUR_REPOSITORY_URL or your zip file
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
2. 您的理由(如:我一直被什么问题困扰……)。
如果方便的话,请提供截屏或者视频等详细信息。
3. 我能够做一些什么(最好是能提供一些伪代码帮助实现)。
validations:
required: true
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
attributes:
value: |
You have an idea how to improve the Eggjs?
Before submitting, please have a look at the existing issues if there's already
something related to your suggestion.
- type: textarea
Expand All @@ -15,9 +15,9 @@ body:
placeholder: |
1. What I expected to happen?
2. Your reason (e.g: I'm always frustrated with...).
2. Your reason (e.g: I'm always frustrated with...).
If possible, images or videos are welcome.
3. What I plan to do (Optional but better in pseudo codes).
validations:
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/rfc-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ body:
attributes:
value: |
对于 Eggjs 框架功能你是否有重大的新增或改进之类的想法?
不过在提交你的新想法或方案之前,麻烦请检阅一下是否之前的帖子中有类似重复的内容。
- type: textarea
attributes:
label: 请详细告知你的新解决思路(Your new RFCs):
placeholder: |
1. 描述你希望解决的问题的现状,附上相关的 issue 地址。
如果方便的话,请提供截屏或者视频等详细信息。
2. 我能够做一些什么(譬如具体相关的的 API,描述思路,最好是能提供一些伪代码帮助实现)。
validations:
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/rfc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ body:
attributes:
value: |
Any better new/changable functions for the core technical architecture of the Egg.js framework?
But please make sure there's no duplicated issues related to your idea before submitting.
- type: textarea
attributes:
label: "Please describe your idea in detail:"
placeholder: |
1. Describe the current situation of the problem you want to solve,
1. Describe the current situation of the problem you want to solve,
and attach the related issue address.
If it is possible, please provide screenshots or videos in detail.
Expand Down
14 changes: 7 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 1
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 5
version: 1
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 5
2 changes: 1 addition & 1 deletion site/docs/core/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ And then we may start app by `npm run dev`.

To start app in local, environment needs to be set as `env: local`. The configuration comes from the combination of both `config.local.js` and `config.default.js`.

> Note: The local development environment relies on 'egg-development' module, enabled by default, and closed other environment, Configuration reference [config/config.default.js](https:/eggjs/egg-development/blob/master/config/config.default.js)
> Note: The local development environment relies on 'egg-development' module, enabled by default, and closed other environment, Configuration reference [config/config.default.js](https:/eggjs/egg-development/blob/master/config/config.default.js)
### About `Reload`

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/apps/httpclient-tracer/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = app => {

assert(reqTracers[0].traceId);
});

const done = app.readyCallback('ready');
setTimeout(done, 5000);
};
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{

}
2 changes: 1 addition & 1 deletion test/fixtures/apps/mock-production-app/config/map.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{

}

0 comments on commit 27a4942

Please sign in to comment.