Replies: 6 comments
|
This will make it easier for open-source contributors to contribute, without forcing them to get their hands too dirty. |
|
I think we only need one main branch Reasons:
In short, keeping just one main branch is sufficient. |
|
Ok, so one of my major concerns is how difficult it is to get the CI passing.
@jieguangzhou do you have suggestions how to make it easier for contributors? |
Some suggestions @blythed
There is no special suggestion, but I still think that every PR needs to be integrated tested, otherwise there will be big trouble in the future.
This can provide error guidance, or the contributor documentation can guide users to use pre-commit.
Added to nightly check, add slack bot warning |
|
@blythed The CI is nothing more than a "trigger" to Makefile actions. Since everything is already there, we could create two additional actions that will run parts of the CI within your local machine:
|

Uh oh!
There was an error while loading. Please reload this page.
All reactions