From 8d7e210c0372ddb78b60cc544c34cf16fafee12c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Apr 2019 12:10:51 +0300 Subject: update CONTRIBUTING --- CONTRIBUTING.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 222630ece..a6237b49b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,14 +1,20 @@ ## Contributing code the right way -TLDR: it works pretty much like Github. +New user accounts on Gogs are not allowed to fork repositories because of spam. To get +initial fork access, do the following: -1. Make an account on Gogs -2. Fork the repository you're interested in (also see below) -3. Do the needful -4. File a pull request with your changes against master branch. +1. Register on the forums and on Gogs +2. Create a thread describing your proposed changes in Development subforum while +including your Gogs username +3. 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 can't fork the repository on Gogs, please see this forum thread:** +If you already have a fully functional Gogs account it works pretty much like Github: -https://discourse.tt-rss.org/t/pull-requests-gogs-spam/1850/2 +1. Fork the repository you're interested in (also see below) +2. Do the needful +3. 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 -- cgit v1.2.3