kitewu

Results 13 issues of kitewu

On the dashboard page, the top title bar is covered by browser bookmark, as shown below: With chrome bookmark bar: ![with bookmark bar](https://user-images.githubusercontent.com/16188599/147328872-71958aa3-c6e8-46ec-9339-2c119be6be58.png) Without chrome bookmark bar: ![without bookmark bar](https://user-images.githubusercontent.com/16188599/147328572-fd4b6000-177c-47f5-afec-afcf8ecb93e2.png)...

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.

kind/feature

**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...

kind/feature

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...

kind/enhancement

When PR conflict occurs, we need to automatically notify the submitter via slack or email.

kind/feature

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`...

kind/enhancement

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...

kind/feature

Every component will listen to a certain command, maybe we can provide onCommand("commandName", callback) to make components easier to write.

kind/enhancement

We need documentation for the project to help other developers understand gitcourse.