kitewu
kitewu
On the dashboard page, the top title bar is covered by browser bookmark, as shown below: With chrome bookmark bar:  Without chrome bookmark bar: ...
Push service can push messages to external services, providing great convenience for developers and users. We can use existing IM plug-ins to implement the service.
**What would you like to be added:** We need to output more fine-grained logs. **Why is this needed:** At present, hypertrons only outputs a few logs. When a bug occurs...
Contributors sign CLA agreement is crucial in open source collaboration. We are going to integrate the features of cross-platform CLA check into Hypertrons: 1. For the GitHub platform, we can...
1. There is a limitation in GitHub: PR containing modified the GitHub Actions files cannot be merged automatically, so we need to enhance the auto_merge component: if it cannot be...
When PR conflict occurs, we need to automatically notify the submitter via slack or email.
1. When the PR changes, if the `approve` label has been added, then the label should be removed. 2. Need to support multiple reviewers approve. Users can configure the `approveNumber`...
Currently, `fullName(owner/repo)` is used as the identifier of the repo. When the owner's name or the repo's name is changed, problems will occur, so a version using `repoId` as the...
Every component will listen to a certain command, maybe we can provide onCommand("commandName", callback) to make components easier to write.
We need documentation for the project to help other developers understand gitcourse.