Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2011-04-22 00:13:07 +0400
committernulltoken <emeric.fermas@gmail.com>2011-04-22 00:13:07 +0400
commitc56870e67874882bc3bf3de17fe4b441f0fe3e1a (patch)
tree7924ad00f13a399a52477533a3d27baebcded08a /README.md
parent39375d00d6c09a08f3669a7bb1b3f6eb20e4796b (diff)
Move the backlog to the root of the repository
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index abc1afff..6cf55b3e 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,15 @@ LibGit2Sharp is an thin .Net layer (well.. we _try_ to keep it as thin as possib
It provides a very opiniated API which should be very easy to use and discover.
-## Contributing guide
+## Quick contributing guide
- Fork and clone locally
- Configure your repo to convert line endings on commit so they are always LF in the repo:
- Create a topic specific branch. Add some nice feature. Do not forget the tests ;-)
- Send a Pull Request to spread the fun!
+More thorough information available in the [wiki](https://github.com/libgit2/libgit2sharp/wiki).
+
## Authors
The LibGit2Sharp [committers](https://github.com/libgit2/libgit2sharp/contributors)