From dab1ea264ca414e3af2957a8462e453519503c00 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 13 Feb 2017 13:19:03 +0100 Subject: [PATCH] add a contributor's guide --- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..dbfcfa30a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +# CONTRIBUTING TO THE IRIS COQ DEVELOPMENT + +Discussion about the Iris Coq development happens on the mailing list +[iris-club@lists.mpi-sws.org](https://lists.mpi-sws.org/listinfo/iris-club). +This is also the right place to ask questions. + +If you want to report a bug, please use the +[issue tracker](https://gitlab.mpi-sws.org/FP/iris-coq/issues). You will have +to create an account at the +[MPI-SWS GitLab](https://gitlab.mpi-sws.org/users/sign_in) (use the "Register" +tab). + +To contribute code, please contact [Ralf Jung](https://gitlab.mpi-sws.org/jung) +to enable personal projects for your account. Then you can fork the +[Iris git repository](https://gitlab.mpi-sws.org/FP/iris-coq/), make your +changes in your fork, and create a merge request. -- GitLab