Parallel-in-Time / qmat

Package for the generation of coefficients used in Spectral Deferred Correction and related methods (Runge-Kutta, ...)
https://qmat.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Branch protection? #7

Open pancetta opened 3 months ago

pancetta commented 3 months ago

It may be worth considering to protect the main branch from force pushing or deletion, or require status checks before merging. See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/about-rulesets for details.

tlunet commented 3 months ago

Yes, this is planned to be done before going to version 1.., which will be dump once the pipeline for version update is fully defined and documented.

Currently still exploring the different solutions in order to find de most easiest and safest one.