I recently created a new Github Account but probably there is some issue with my account. Whenever I am creating a issue on any repo either by web or cli. It shows that issue is created and actually it is shown as created in my recent activity tab if I am loggined. But If I pull up a incognito tab and Enter issues URL there it shows page not found. What is actual issue (do I need any verification?) And how to solve it?

  • steeznson@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    This is the main development path for most distros - Debian, Gentoo, etc.

    Issues are tracked on bugzilla and then the patch is sent to the developer mailing list citing the bug ticket with git send-email. Not sure about Debian but in the case of Gentoo they accept contributions via their git mirror and email. The developers keep both in sync so that new contributors (who likely use github) are encouraged but more established users can stick to the mailing list.

    • refalo@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      that is why I qualified the statement with “lives in github”, i.e. the entire project relies on github issues, PRs etc. for all communication.