Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

32 lines (27 loc) · 1.29 KB

Contributing guidelines

First of all, thank you for taking the time to improve this program!

Changes to the main program

  • Run `cargo fmt` on your commits, or at least on the PRs
  • Check that your version of the program runs before creating the PR please!
  • Code reductions, optimizations and simplifications are very much welcome

Changes to the default config

  • If the number of stations becomes high enough, I might start filtering out some of them (like one per language, or one for each type of music).
  • Also bear in mind that any change to the config will only affect new users and people who deleted their configs.
  • For this reason, take into account that the default config should remain simple, more like a template/example than anything.
  • The default maximum number of lines shown without scrolling is 7, so I'd set a maximum of 7 example stations unless there's a good reason.

The usual stuff

  • Please, respect the code of conduct
  • Be patient with my response times to issues and PRs
  • Have fun!