Replies: 6 comments
-
This will make it easier for open-source contributors to contribute, without forcing them to get their hands too dirty. |
Beta Was this translation helpful? Give feedback.
-
We also need to consider this race condition when we make a new release. |
Beta Was this translation helpful? Give feedback.
-
I think we only need one main branch Reasons:
In short, keeping just one main branch is sufficient. |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
@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:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions