039c032798
For more information see https://help.github.com/articles/setting-guidelines-for-repository-contributors/
4.9 KiB
4.9 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.