5.3 KiB
5.3 KiB
Pull request policy
- Fix one issue per pull request
- Respect the coding style policy
- Properly name your commits
- When fixing a bridge (located in the
bridges
directory), write[BridgeName] Feature
(i.e.[YoutubeBridge] Fix typo in video titles
). - When fixing other files, use
[FileName] Feature
(i.e.[index.php] Add multilingual support
). - When fixing a general problem that applies to multiple files, write
category: feature
(i.e.bridges: Fix various typos
).
- When fixing a bridge (located in the
Note that all pull-requests must pass all tests before they can be merged.