about summary refs log tree commit diff
path: root/strike/CONTRIBUTING
blob: 2f2508fef1e6482d75b8cd1426058673d4db45d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Patches are accepted via email <us@starfall.systems> or Matrix DM (check https://starfall.systems/contact for the latest information).

If anyone actually contributes, feel free to suggest a license change with the first patch. Check https://git.starfall.systems/www-starfall-systems/tree/COPYING.md for our thoughts - AGPL or MPL is probably fine.

PATCH CHECKLIST
---------------
* Code style matches everything else (PEP8 compliance is suggested but not required as I've already decided to indent with tabs, feel free to go to 90-110 character lines as appropriate)
* Documentation updated to describe new behavior
* Example case(s) written in sample/blog
* `./strike.py sample` run and output in sample/html looks as expected (you can use `git diff` to verify nothing except last-modified lines are changed)