From 2ac607babac522b4d126e710565f158c0a4b7dcb Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Mon, 13 Feb 2017 21:19:46 +0100 Subject: [PATCH] Add a contributor's guide Based on the one of Ralf Jung for Iris. --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..4948c1ca --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# CONTRIBUTING TO THE COQ-STD++ DEVELOPMENT + +If you want to report a bug, please use the +[issue tracker](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/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 +[Coq-std++ git repository](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp), +make your changes in your fork, and create a merge request. + -- GitLab