summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-05-09 08:09:20 +0000
committerAndrew Dolgov <[email protected]>2023-05-09 08:09:20 +0000
commit11946f0148d0b8a76ecc120fd9c1dc0b7fa04664 (patch)
tree871fc05a2e18765f76a86d684d414376b8242809
parent3de09b44f27a151075aaad33def27e261ac7915c (diff)
Update CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ee4f26be5..eaad02c99 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,12 +1,15 @@
## Contributing code the right way
-TLDR: it works like Github.
+TLDR: it works *almost* like Github.
+
+Due to spam, new Gitlab users are set to [external](https://docs.gitlab.com/ee/user/admin_area/external_users.html). In order to do anything, you'll need to ask for your account to be promoted. Sorry for the inconvenience.
1. Register on the [development website](https://dev.tt-rss.org);
-2. Fork the repository you're interested in;
-3. Do the needful;
-4. Verify that your changes pass through PHPStan (see below);
-4. File a PR against master branch;
+2. Post on the forums asking for your account to be promoted;
+3. Fork the repository you're interested in;
+4. Do the needful;
+5. Verify that your changes pass through PHPStan (see below);
+6. File a PR against master branch;
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).