831 B
831 B
Contributing code the right way
New user accounts on Gogs are not allowed to fork repositories because of spam. To get initial fork access, do the following:
- Register on the forums and on Gogs
- Create a thread describing your proposed changes in Development subforum while including your Gogs username
- If your changes make sense to me, I'll update your repo limit and you'll be able to fork things and file pull requests.
If you already have a fully functional Gogs account it works pretty much like Github:
- Fork the repository you're interested in (also see below)
- Do the needful
- File a pull request with your changes against master branch.
That's it. If you have any other questions, see this forum thread:
https://discourse.tt-rss.org/t/how-to-contribute-code-via-pull-requests-on-git-tt-rss-org/1850