Skip to content
Snippets Groups Projects
Commit bf6816e3 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Merge branch 'ralf/readme' into 'master'

move the (very brief) contribution guide to the README

See merge request !60
parents e2eb2948 bfa89673
No related branches found
No related tags found
1 merge request!60move the (very brief) contribution guide to the README
Pipeline #15494 passed
# CONTRIBUTING TO THE COQ-STD++ DEVELOPMENT
If you want to report a bug, please use the
[issue tracker](https://gitlab.mpi-sws.org/iris/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 send your MPI-SWS GitLab username to
[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/iris/stdpp), make your
changes in your fork, and create a merge request.
...@@ -64,3 +64,18 @@ To obtain a development version, add the Iris opam repository: ...@@ -64,3 +64,18 @@ To obtain a development version, add the Iris opam repository:
Run `make -jN` in this directory to build the library, where `N` is the number Run `make -jN` in this directory to build the library, where `N` is the number
of your CPU cores. Then run `make install` to install the library. of your CPU cores. Then run `make install` to install the library.
## Contributing to std++
If you want to report a bug, please use the
[issue tracker](https://gitlab.mpi-sws.org/iris/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 send your MPI-SWS GitLab username to
[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/iris/stdpp), make your
changes in your fork, and create a merge request.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment