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

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael <raphael@joindiaspora.com>2010-10-11 22:27:10 +0400
committerRaphael <raphael@joindiaspora.com>2010-10-11 22:27:10 +0400
commit80d7a755b8f76b39b8b8513d81b4fa7dcc1bb97d (patch)
tree26a44b9d75e737c4b31c046581b83c172eaaf3ba /README.md
parent82e6e29e37e4852f66b8a0144aec7d37ad8c9891 (diff)
Add links to issue tracker
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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.