• @Ordoviz@lemmy.ml
      link
      fedilink
      152 years ago

      Codeberg is based on Gitea, which closely resembles GitHub’s interface. Contributing to projects hosted on Codeberg is just as easy as contributing to GitHub projects.

    • Seirdy
      link
      fedilink
      62 years ago

      The good: familiar UI, nice community

      The bad: much worse accessibility.

      Conclusion: I’d recommend keeping a Gitea/Codeberg remote but not using it exclusively. Doing so should include more people without excluding people who use assistive technology.

      • Sr Estegosaurio
        link
        fedilink
        12 years ago

        We need better accessibility on FOSS projects. It has tu suck needing to use a cringe service like GitHub because of accessibility.

      • @bc3114@lemmy.ml
        link
        fedilink
        6
        edit-2
        2 years ago

        I saw this the other day but couldn’t really understand how it works:( Using mail list in 2022 seems a bit … unintuitive?

        also I’d love to be educated about equivalents to issues/PRs in sourcehut cuz I’m thinking about shifting away from github too:)

        • @nachtigall@feddit.de
          link
          fedilink
          0
          edit-2
          2 years ago

          Mailing list is actually very accessable IMO. You do not have to sign up for any service (with another account or some hostile captcha) but just drop your changes via e-mail (which everyone on the internet has).

          With that workflow you just do your changes locally and once done you create a patch from the diff and send it afterwards to the mailing list. It is super easy with git send-mail and you should check out git-send-mail.io for infos about the git mail workflow (the site is actually by the devs of sourcehut).

          EDIT: Drew also made a nice video about PR vs mail workflow here.

          • @sexy_peach@feddit.de
            link
            fedilink
            12 years ago

            I have to disagree from personal experience. There has only once in my life been a mailing list that it was useful to have been subscribed to, it was by a friend group. Every other mailing list that I was ever part of was a waste of time.

            • @nachtigall@feddit.de
              link
              fedilink
              02 years ago

              How does that contradict the usefulness of mailing lists in context of software development? It’s not a chat for anything but specifically discussing contributions, thus not any worse than discussion boards below PRs.

    • Sr Estegosaurio
      link
      fedilink
      42 years ago

      I use it, it’s pretty nice. As someone already said: the interface it’s practically the same.