aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEnrico2015-12-08 11:28:13 +0100
committerEnrico2015-12-08 11:28:13 +0100
commit6f88b1dc1520d753829d29b505586bce55702ee6 (patch)
tree4a9ee110830b3de1157a4c45383964fe5b634474 /etc
parent5c64366ccfe9f1299938c7f81ec24c8203b2a9aa (diff)
Create ANNOUNCE-github.md
First attempt to define the organization, please comment!
Diffstat (limited to 'etc')
-rw-r--r--etc/ANNOUNCE-github.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/etc/ANNOUNCE-github.md b/etc/ANNOUNCE-github.md
new file mode 100644
index 0000000..3a33f46
--- /dev/null
+++ b/etc/ANNOUNCE-github.md
@@ -0,0 +1,28 @@
+# The Mathematical Components github organization
+
+We are plase to announce that the development of the Mathematical Components now
+happens in the public and takes advantage of github's organization system.
+
+http://math-comp.github.io/math-comp/
+
+The purpose of such organization is to create a synergy between the Mathematical Components
+library and its ecosystem of related projects.
+
+The main archive is now avilable as a git repository in the organization name space
+https://github.com/math-comp/math-comp and accepts bug reports and pull requests via
+the standard github interface.
+
+Users of the library are encouraged to join the organization an place (or mirror) their projects
+in the organization name space. The immediate gain is discoverability. The more long term deal
+we propose is that the impact of non backward compatibile changes in the Mathematical Components
+library will be carefully assessed on all the mature projects part of the organization. In
+exchange we expect members of the organization to actively maintain their code when a breaking
+change is applied or a patch is proposed.
+
+The organization hosts a wiki for exchanging tips and tricks, gotchas, good practices, etc:
+https://github.com/math-comp/math-comp/wiki
+
+The ssreflect mailing list shall serve as the privileged communication channel between the
+organization members: https://sympa.inria.fr/sympa/info/ssreflect
+
+-- The Mathematical Components team