mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 03:39:54 +00:00
* Aligns with "normal" default branch usage better, allows dependabot to actually run * Change image publishing to push tagged images as 'latest' and master images as `edge`
474 B
474 B
Creating a Pull Request
Please follow these guidelines when contributing code to this repository:
- Use conventional commit format when creating commits.
- Preferably, please use a feature branch instead of committing directly to
master. - Ensure that if your code is covered by an existing test that you have updated the test accordingly