-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change CODEOWNERS to pointer Signed-off-by: Ry Jones <[email protected]>
- Loading branch information
Showing
5 changed files
with
11 additions
and
15 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# Cello Committers | ||
* @hightall @litong01 @LordGoodman @yeasy | ||
* @hyperledger/cello-maintainers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
## Maintainers | ||
|
||
| Name | Gerrit | GitHub | RocketChat | Email | | ||
|---|---|---|---|---| | ||
| Baohua Yang | baohua | yeasy | baohua | [email protected] | | ||
| Haitao Yue | hightall | hightall | hightall | [email protected] | | ||
| Tong Li | tongli | tongli | tongli | [email protected] | | ||
| Luke Chen | LordGoodman | LordGoodman | luke_chen | [email protected] | | ||
| Name | GitHub | RocketChat | Email | | ||
|---|---|---|---| | ||
| Baohua Yang | yeasy | baohua | [email protected] | | ||
| Haitao Yue | hightall | hightall | [email protected] | | ||
| Tong Li | tongli | tongli | [email protected] | | ||
| Luke Chen | LordGoodman | luke_chen | [email protected] | | ||
|
||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Any kind of contribution is encouraged, e.g., [Jira items](https://jira.hyperledger.org/projects/CE/issues) or [patchsets](https://gerrit.hyperledger.org/r/#/admin/projects/cello). | ||
Any kind of contribution is encouraged, e.g., [Jira items](https://jira.hyperledger.org/projects/CE/issues) or [patchsets](https://github.com/hyperledger/cello). | ||
|
||
## 1. LF ID Application | ||
|
||
|
@@ -25,14 +25,14 @@ In brief, if you want to contribute, create or find some `To Do` item, and assig | |
|
||
## 4. Code Commit Steps | ||
|
||
The project employs [Gerrit](https://gerrit.hyperledger.org) as the code commit/review system. | ||
The project employs [GitHub](https://github.com/hyperledger/cello) as the code commit/review system. | ||
|
||
*Before committing code, please go to [Jira](https://jira.hyperledger.org/projects/CE) to create a new task or check if there's related existing one, then assign yourself as the assignee. Notice each task will get a Jira number like [CE-26](https://jira.hyperledger.org/browse/CE-26). | ||
|
||
* Clone the project to your working directory with your `LFID`. | ||
|
||
```bash | ||
$ git clone ssh://[email protected]:29418/cello && scp -p -P 29418 LFID@gerrit.hyperledger.org:hooks/commit-msg cello/.git/hooks/ | ||
$ git clone [email protected]:hyperledger/cello.git | ||
``` | ||
|
||
(Optionally) Config your git name and email if not setup previously. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ For additional helps, feel free to take the following channels: | |
* [Mail List](mailto:[email protected]): General technical topics with Cello project. | ||
* [RocketChat Room](https://chat.hyperledger.org/channel/cello): Real-time online discussions. | ||
* [Jira Board](https://jira.hyperledger.org/projects/CE/issues): Find development status, report bug, or help [contribute code](contributing.md). | ||
* [Gerrit](https://gerrit.hyperledger.org/r/#/q/project:cello): Development related code and patchsets, welcome to [contribute](contributing.md). | ||
* [GitHub](https://github.com/hyperledger/cello): Development related code and patchsets, welcome to [contribute](contributing.md). | ||
* [Stack Overflow](https://stackoverflow.com/questions/tagged/hyperledger-cello): Stack overflow discussion questions about cello. | ||
|
||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. |