summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-05-21 16:20:39 +0000
committerAndrew Dolgov <[email protected]>2023-05-21 16:20:39 +0000
commitd460a8646f8deedd89967ad8d999a5b489efce91 (patch)
treeea67abc5f880ace7cb8f98670816bf523accc74b
parent1d9ce1bb348de28dedc31b48dd55e2ec60338251 (diff)
Update CONTRIBUTING.mdd460a864
-rw-r--r--CONTRIBUTING.md17
1 files changed, 11 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 15bbce72..06cff8fa 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,9 +1,14 @@
-## Contributing code the right way
+## Contributing code the right way
-TLDR: it works pretty much like Github.
+TLDR: it works *almost* like Github.
-1. Make an account on Gogs
-2. Fork the repository you're interested in
-3. Do the needful
-4. File a pull request with your changes against master branch.
+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. 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).