aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-06-18 10:19:48 +0200
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-06-18 10:19:48 +0200
commit2efbd2af7826b972c7a230efbeb0fc543b81ca1d (patch)
treee931e0687191dc986a66feba4543792a38460ff5 /CONTRIBUTING.md
parentallow constructing your own date/tm values (diff)
prepare for 1.0.0 release and pkgs.janet inclusion
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..3d2a05e
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,10 @@
+# Guidelines for Contributing to Date
+Thanks for taking the time to contribute!
+
+This repository is relatively feature-complete.
+If you can figure out a non-dirty way to add NetBSD style `_z`-terminated
+functions, that would be an accepted feature.
+Besides that, no further features will be accepted.
+
+On the other hand, additional tests (especially if they point out errors in the
+codebase), example files, and bug reports are highly welcome.