tinytinyrss/CONTRIBUTING.md

16 lines
859 B
Markdown
Raw Permalink Normal View History

## Contributing code the right way
2023-05-09 10:09:20 +02:00
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.
2019-12-19 12:41:26 +01:00
2022-05-21 20:21:32 +02:00
1. Register on the [development website](https://dev.tt-rss.org);
2023-05-09 10:09:20 +02:00
2. Post on the forums asking for your account to be promoted;
3. Fork the repository you're interested in;
4. Do the needful;
2024-03-05 19:53:06 +01:00
6. File a PR against master branch and verify that CI pipeline (especially, PHPStan) passes;
2017-04-23 21:16:50 +02:00
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).
2024-03-05 19:53:06 +01:00
Please don't inline patches in forum posts, attach files instead (``.patch`` or ``.diff`` file extensions should work).