diff options
| author | 2023-06-18 10:19:48 +0200 | |
|---|---|---|
| committer | 2023-06-18 10:19:48 +0200 | |
| commit | 2efbd2af7826b972c7a230efbeb0fc543b81ca1d (patch) | |
| tree | e931e0687191dc986a66feba4543792a38460ff5 /CONTRIBUTING.md | |
| parent | allow 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.md | 10 |
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. |
