From ce296bbd5ab1172073f5dce4625234596e25b035 Mon Sep 17 00:00:00 2001
From: Magnus Hagander
Date: Thu, 30 Dec 2010 14:11:40 +0100
Subject: [PATCH] Add note about what the description field is for
---
gitadmin/adm/templates/help.html | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gitadmin/adm/templates/help.html b/gitadmin/adm/templates/help.html
index 28fb959..6fb8e92 100644
--- a/gitadmin/adm/templates/help.html
+++ b/gitadmin/adm/templates/help.html
@@ -66,11 +66,17 @@ If your repository is the main repository for a project, it should live in the
root namespace. If it's a personal development repository, for example a place
to push your patches to the main PostgreSQL project, it should live under the
users namespace, using the pattern users/<userid>/<repository>.
+Note that in most cases, using github and
+forking the PostgreSQL mirror
+is a better way to work with your development branches.
+
Once you have clicked this button you will reach the page to configure the
repository. Fill in the description (mandatory) and any other fields you
-want.
+want. Note that the description is what will be used as the project description
+on the web - it is not a field for telling the administrators why you want
+the repository.
If you enter the URL of another git repository in the field for
--
2.39.5