summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-04-22 12:10:51 +0300
committerAndrew Dolgov <[email protected]>2019-04-22 12:10:51 +0300
commit8d7e210c0372ddb78b60cc544c34cf16fafee12c (patch)
treed3783d19217a4ed50c44e1797c3fb40d70c3de63 /CONTRIBUTING.md
parentadc2a516956c0ed7a08cea5ba08c26aa6c263e00 (diff)
update CONTRIBUTING
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md20
1 files changed, 13 insertions, 7 deletions
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