summaryrefslogtreecommitdiffstats
path: root/share/misc/committers-doc.dot
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2007-03-30 16:56:38 +0000
committerflz <flz@FreeBSD.org>2007-03-30 16:56:38 +0000
commit73687f6a0e3f01bb498edb2338ba1c6c23a921cd (patch)
treebec7a0598d82e3f164ff7246ffe8c83174c835b6 /share/misc/committers-doc.dot
parent026d857fb3f0ca849ee51c82deb649d920013530 (diff)
downloadFreeBSD-src-73687f6a0e3f01bb498edb2338ba1c6c23a921cd.zip
FreeBSD-src-73687f6a0e3f01bb498edb2338ba1c6c23a921cd.tar.gz
Add stub files to keep track of the mentor/mentee relationships.
Have a look at committers-ports.dot for a start. Simple command to generate the graph is: $ dot -T png -o file.png file.dot Dot can be installed via graphics/graphviz. Discussed on: -developers
Diffstat (limited to 'share/misc/committers-doc.dot')
-rw-r--r--share/misc/committers-doc.dot15
1 files changed, 15 insertions, 0 deletions
diff --git a/share/misc/committers-doc.dot b/share/misc/committers-doc.dot
new file mode 100644
index 0000000..1ec067f
--- /dev/null
+++ b/share/misc/committers-doc.dot
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+digraph doc {
+
+node [color=grey62, style=filled, bgcolor=black];
+
+# Alumni go here.
+
+node [color=lightblue2, style=filled, bgcolor=black];
+
+# Current doc committers go here. Try to keep things sorted.
+
+# Here are the mentor/mentee relationships.
+
+}
OpenPOWER on IntegriCloud