-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
中英文文档合并以及Hyperledger文件重命名 #147
Conversation
@davidkhala , I hope in this pr we can have some document upgrade as mentioned in #116 |
@SamYuan1990 but #116 has ambitious beyond tape as probe is also included. |
I see, or could you please help with #131 ? To be honest... I hope we can have a pr with large scope upgrade for document. |
@davidkhala commit需要sign-off |
c9dcc1e
to
6bae863
Compare
## Help us improve | ||
|
||
If you wish for new features or encounter any bug, please feel free to open [issue](https://github.com/guoger/tape/issues), and we always welcome [pull request](https://github.com/guoger/tape/pulls). | ||
## [How to Contribute](CONTRIBUTING.md) | ||
|
||
If you are reporting an issue, please generously turn on debug log with `export TAPE_LOGLEVEL=debug` and paste log in the issue | ||
## [Maintainers](MAINTAINERS.md) | ||
|
||
## Development | ||
<details> | ||
<summary>Click to expand</summary> | ||
|
||
### Tape workflow | ||
## LICENSE | ||
Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. | ||
|
||
Tape consists of several workers that run in goroutines, so that the pipeline is highly concurrent and scalable. Workers are connected via buffered channels, so they can pass products around. | ||
|
||
![tape workflow](./docs/images/tape.jpeg) | ||
</details> | ||
|
||
## Maintainers | ||
|
||
| Name | mail | github-ID | ||
| ------ | ------------------------ | ----------- | | ||
| Jay Gou | [email protected] | guoger | | ||
| Sam Yuan | [email protected] | SamYuan1990 | | ||
| Stone Cheng | [email protected] | stone-ch | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure why we need to delete this section? IMO this makes readme more complete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I planned to move this section to MAINTAINERS.md.
How about we set the title ##Maintainers here as a link to MAINTAINERS.md ?
42d9ebc
to
158c6db
Compare
@@ -0,0 +1,7 @@ | |||
# Maintainers 维护者信息 | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guoger 郭哥,维护者移到这里了
158c6db
to
9410b9b
Compare
a28f81a
to
ea62ad7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Make the README clean. And actually it is necessary to add the complete English documents, too.
ea62ad7
to
8a7d7af
Compare
8a7d7af
to
d9248a3
Compare
格式更新 大型改动 Signed-off-by: David Liu <[email protected]>
d9248a3
to
d6edd4a
Compare
@stone-ch 刚才git reset的时候选错了方式,把代码搞乱了,现在应该好了 |
close #116 |
格式更新
大型改动