diff options
-rw-r--r-- | README.md | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -79,10 +79,22 @@ different compiler versions can enable different warnings. If in doubt, ask. Contributing ------------ -To contribute, please send a patch to me at <tk+pack-patches@the-tk.com>. +Please email patches to <mailto:~tk/pack-patches@lists.sr.ht> +([archive](https://lists.sr.ht/~tk/pack-patches)). + +If you've never used a mailing list for development, please +[read this](https://man.sr.ht/lists.sr.ht/#new-to-mailing-lists). + +Please email feature requests to <mailto:~tk/pack@todo.sr.ht> or use the +[web interface](https://todo.sr.ht/~tk/pack). + +When dealing with any email based communication please follow +[email etiquette](https://man.sr.ht/lists.sr.ht/etiquette.md). + +In general, stay on topic and respect differences in opinion and philosophy. Bugs ---- -* pack assumes a two's complement implementation of C -* pack cannot build on OSX without installing a newer bash and a fixed xargs +Bugs are tracked and can be reported +[here](https://todo.sr.ht/~tk/pack?search=status%3Aopen%20label%3A%22bug%22). |