From 2984070157484bcda4341e58c51c91fc19d67ac7 Mon Sep 17 00:00:00 2001 From: Ben Hodgetts Date: Sat, 26 May 2007 17:01:11 +0000 Subject: [PATCH] Add more detail to the test data submission page --- include/testData.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/testData.php b/include/testData.php index 4a96f49..17c0b9c 100644 --- a/include/testData.php +++ b/include/testData.php @@ -978,8 +978,12 @@ class testData{ { echo "

This is the screen for inputing test information so that others "; echo "looking at the database will know \n"; - echo "what was working on a particular release of Wine.

\n"; - echo "

Please be as detailed as you can.

\n"; + echo "what was working on a particular release of Wine. Although be \n"; + echo "aware that this is not the bug-tracker and that \n"; + echo "this is not where the developers check for bugs.

\n"; + echo "

Please be as detailed as you can but do not paste large \n"; + echo "chunks of output from the terminal. Type out your report \n"; + echo "clearly and in proper English so that it is easily readable.

\n"; echo "

If you cannot find your distribution in the list of existing "; echo "distributions, please add it in the \n"; echo "provided field.

\n\n";