• chebra@mstdn.io
    link
    fedilink
    arrow-up
    6
    ·
    7 months ago

    @shnizmuffin @Zen

    Issues, milestones, discussions, pull requests, build logs, they all stay on the chosen host. That host can then add specific conditions to creating accounts, or participating in the discussion, searching code etc. Such as force you to have a phone number in your account, otherwise you won’t be able to comment on issues. And all of these things might be locked in without a way to export and migrate to another host, so yes, it definitely matters where the project is hosted.

    • ScreaminOctopus
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 months ago

      It would be nice if platforms like Forgejo and gitlab could hook into some sort of review and issue tracking protocol that was built directly into git, like git-appraise. Unfortunately it doesn’t look like git appraise is actively developed.

      • chebra@mstdn.io
        link
        fedilink
        arrow-up
        1
        ·
        7 months ago

        @ScreaminOctopus yes, and there are a couple of similar solutions, like git-bug, but all of them are very small, unknown, or not actively developed. However, there is also https://fossil-scm.org - alternative to git, and that one has everything included from the start.