Files
gnome-night-theme-switcher/CONTRIBUTING.md
T

637 B

Contributing

You're welcome to contribute to the code!

Coding style

Please follow the coding style of each file.

If you make changes to a file, please add your copyright notice at the top of the file, in the form Copyright (C) YEAR Your Name.

Themes and unit tests

If you add support for a theme, please write a unit test for each of its variants, in the tests directory, with the theme name as filename. Unit tests are written for AVA and run with node and npm.

To install the tests dependencies:

npm install

To run the tests:

make test