about summary refs log tree commit diff
path: root/strike/CONTRIBUTING
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-12-05 09:59:19 -0600
committerStarfall <us@starfall.systems>2023-12-05 10:03:27 -0600
commit90058697439ee3f048f0f42b61ca5ea677e9b5cc (patch)
tree60b61ef629551112f2e78c6a25c814703dce72f7 /strike/CONTRIBUTING
parenta43a3e0c273e50d30561328f090d2fad249c7dd6 (diff)
strike: merge as subdir
Diffstat (limited to 'strike/CONTRIBUTING')
-rw-r--r--strike/CONTRIBUTING10
1 files changed, 10 insertions, 0 deletions
diff --git a/strike/CONTRIBUTING b/strike/CONTRIBUTING
new file mode 100644
index 0000000..2f2508f
--- /dev/null
+++ b/strike/CONTRIBUTING
@@ -0,0 +1,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)