Blame website/mkd/contribute.mkd

Packit 9ff65e
%Contribute to the OCaml Fileutils project
Packit 9ff65e
Packit 9ff65e
##Bugs and feature requests
Packit 9ff65e
Packit 9ff65e
We really appreciate to get your feedback. Use [bug reports][] or
Packit 9ff65e
[features requests][], you need to sign-in forge.ocamlcore.org first.
Packit 9ff65e
Packit 9ff65e
  [bug reports]: https://forge.ocamlcore.org/tracker/?func=add&group_id=128&atid=589
Packit 9ff65e
  [features requests]: https://forge.ocamlcore.org/tracker/?atid=592&group_id=128&func=add
Packit 9ff65e
Packit 9ff65e
##Get the source code
Packit 9ff65e
Packit 9ff65e
The main page for development is the [project on forge.ocamlcore.org][].
Packit 9ff65e
You can browse the source code of the [project][].
Packit 9ff65e
Packit 9ff65e
  [project on forge.ocamlcore.org]: http://forge.ocamlcore.org/projects/ocaml-fileutils
Packit 9ff65e
  [project]: http://darcs.ocamlcore.org/cgi-bin/darcsweb.cgi?r=ocaml-fileutils;a=summary
Packit 9ff65e
Packit 9ff65e
To get a copy of the source tree, you must use darcs:
Packit 9ff65e
Packit 9ff65e
    $> darcs get http://darcs.ocamlcore.org/repos/ocaml-fileutils
Packit 9ff65e
    $> darcs get scm.ocamlcore.org:/darcsroot/ocaml-fileutils/ocaml-fileutils ocaml-fileutils # if you have write access
Packit 9ff65e
Packit 9ff65e
Once you have the source code, you can pick a [bug][] or a [feature request][] to fix.
Packit 9ff65e
Packit 9ff65e
  [bug]: https://forge.ocamlcore.org/tracker/?func=browse&group_id=128&atid=589
Packit 9ff65e
  [feature request]: https://forge.ocamlcore.org/tracker/?atid=592&group_id=128&func=browse
Packit 9ff65e
Packit 9ff65e
You can send back patches with a [patch report][]
Packit 9ff65e
Packit 9ff65e
  [patch report]: https://forge.ocamlcore.org/tracker/?func=add&group_id=128&atid=591
Packit 9ff65e
Packit 9ff65e
Packit 9ff65e
To update the source code with the latest available version:
Packit 9ff65e
Packit 9ff65e
    $> darcs pull http://darcs.ocamlcore.org/repos/ocaml-fileutils
Packit 9ff65e
    $> darcs pull scm.ocamlcore.org:/darcsroot/ocaml-fileutils/ocaml-fileutils # if you have write access
Packit 9ff65e
Packit 9ff65e
Further documentation about darcs on [darcs.net](http://darcs.net/manual/)
Packit 9ff65e