Hello there, Mlem enjoyer and new contributor here.

I want to ask as to how one can contribute small changes like spelling mistake fixes and so on to the repo? I don’t want to possibly waste your time with small merge requests.

  • darknavi@vlemmy.netM
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    1 year ago

    I don’t want to possibly waste your time with small merge requests.

    Not at all, these PRs are very easy to review.

    GitHub is the best place to help contribute here, please don’t feel like you’re spamming us with too many PRs. I love seeing community contributes to the app we all love. We can all build it together!

      • elvith@feddit.de
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        My first contribution to an open source project was essentially the same. I was using their guide on how to implement/build their project in another project. I stumbled upon a small error with a link (which linked http instead of https but the site was since then reconfigured to reject plain http instead of forwarding the connection to https).

        I cloned their Repo, changed the link to https in all language versions of the documentation and sent them my pull request. Now I get to name myself “open source contributor” ;)

        Just do it - then they have more time to work on the complex problems.

    • Solgrund@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      As a follow up. If I wanted to do my own version of a hi element like a card view. Would I just fork it and then mock it up and reach out here or on Mastadon to send some screens over?

      I am new to all this dev stuff and very new to GitHub so I wouldn’t want to mess up the flow with a bad PR or step on toes.

      Also I did attempted to clone the repo earlier but I was getting some errors about mutating a main actor. Did I clone the wrong branch?