From 4e17646e8307a89d534482a9e7ecf69de2b6c27c Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Tue, 10 Dec 2019 23:39:39 -0500 Subject: Add README and CODE_OF_CONDUCT --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b71ac62 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# dev-suite + +dev-suite is a set of tools designed to redistribute distributed work + +## Current Status +Highly experimental and not for general use. + +## Code of Conduct +The Code of Conduct is strictly enforced. See CODE_OF_CONDUCT.md for more +details. + +## PRs and Issues +GitHub is a mirrored repo and all PRs and Issues will be closed. The point of +these tools is to not depend on these things. This is merely to provide a public +way to clone the source code. Currently this is mostly a private project. If you +want to add issues or send a PR you can email me at `self@mgattozzi.dev`, but +I doubt I will respond or accept changes currently + +## Blog Posts +- [Redistributing Distributed Work](https://blog.mgattozzi.dev/redistributing-distributed-work/) + +## License +All code and contributions are licensed under the GNU Public License v3.0 +See LICENSE.md for more details. -- cgit v1.2.3