Currently the templates assume that the code is hosted on Github. For example, many links are hard-coded as github.com/....
It would be nice to be a little more permissive and include other hosts, such as Gitlab. It's not as simple as updating the links because the CI scripts also need to be updated, but it's also not that different.
I have a fork of this repo that assumes the code is hosted on Gitlab, which could be used as inspiration.
Currently the templates assume that the code is hosted on Github. For example, many links are hard-coded as
github.com/....It would be nice to be a little more permissive and include other hosts, such as Gitlab. It's not as simple as updating the links because the CI scripts also need to be updated, but it's also not that different.
I have a fork of this repo that assumes the code is hosted on Gitlab, which could be used as inspiration.