aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2019-12-10 23:39:39 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2019-12-10 23:52:45 -0500
commit4e17646e8307a89d534482a9e7ecf69de2b6c27c (patch)
tree08433e02e94b603113686b529d76885ee7157616 /README.md
parent618a71cd34c6751de9f678993750b63e74c5009f (diff)
Add README and CODE_OF_CONDUCT
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
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.