From 80d7a755b8f76b39b8b8513d81b4fa7dcc1bb97d Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 11 Oct 2010 11:27:10 -0700 Subject: [PATCH] Add links to issue tracker --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa1cdd8fe..40447939b 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ Initial installation instructions are [here](http://github.com/diaspora/diaspora We are continuing to build features and improve the code base. When we think it is ready for general use, we will post more final -instructions. +instructions. Issue tracking is at [bugs.joindiaspora.com](bugs.joindiaspora.com). ## Commit Guidelines You are welcome to contribute, add to and extend Diaspora however you see fit. We will do our best to incorporate everything that meets our guidelines. -You can find an introduction to the source code [here](http://github.com/diaspora/diaspora/wiki/An-Introduction-to-the-Diaspora-Source). +You can find an introduction to the source code [here](http://github.com/diaspora/diaspora/wiki/An-Introduction-to-the-Diaspora-Source). For an idea of where to start, look at our [issue tracker](bugs.joindiaspora.com). Make a topic branch. By making your changes in a topic branch, you ensure that new commits to your master are not included in the pull request, and it's easier for us to merge your commits.