aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 323e4391..ad7e6209 100644
--- a/README.md
+++ b/README.md
@@ -268,7 +268,11 @@ git bug bridge rm [<name>]
## Internals
-Interested by how it works ? Have a look at the [data model](doc/model.md) and the [internal bird-view](doc/architecture.md).
+Interested in how it works ? Have a look at the [data model](doc/model.md) and the [internal bird-view](doc/architecture.md).
+
+Or maybe you want to [make your own distributed data-structure in git](entity/dag/example_test.go) ?
+
+See also all the [docs](doc).
## Misc
@@ -279,7 +283,7 @@ Interested by how it works ? Have a look at the [data model](doc/model.md) and t
- media embedding
- more bridges
-- extendable data model to support arbitrary bug tracker
+- webUI that can be used as a public portal to accept user's input
- inflatable raptor
## Contribute