You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
* [fix] [v0.2.0] wrong way to add service `PluginManagementServiceImpl` to `NettyServer`
- add configuration about management service host
* [feat] [cli] [v0.2.0] add functionality code about CLI tool
* [fix] [cli] [v0.2.0] fix start.sh for CLI tool
* [fix] [cli] [v0.2.0] wrong default port of the server in start.sh
* [doc] [*] [v0.2.0] update README.md and CLI tutorials
* [feat] [*] [v0.2.0] add management service interface `restartBBC`
- Update interface `restartBBC` to CLI
- Update CLI tutorials with `restartBBC`
- Add function `restartBBC` to `managementserver.proto`
- Pass unit test cases
* [doc] [*] [v0.2.0] update version to 0.2.0 in pom.xml and README.md
* [doc] [*] [v0.2.0] using branch `develop` instead of branches with prefix `dev/`
---------
Co-authored-by: zouxyan <[email protected]>
Co-authored-by: dawn-to-dusk <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,11 @@ We recommend that developers following the rules [here](https://jeffkreeftmeijer
12
12
13
13
## Contributing
14
14
15
-
- Fork the repository.
15
+
- Fork the repository or create branches.
16
16
- Checkout your branch like a feature or bugfix.
17
17
- Make a pull request to the `develop` branch of this repository.
18
18
- Wait for review and PR merged.
19
19
20
20
---
21
21
22
-
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://kcd.im/pull-request)
23
-
22
+
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://kcd.im/pull-request)
Copy file name to clipboardExpand all lines: ps-bootstrap/src/test/java/com/alipay/antchain/bridge/pluginserver/AntChainBridgePluginManagementApplicationTests.java
0 commit comments