diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2011-05-08 18:02:55 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-05-09 16:57:38 -0500 |
commit | 03bc3e619f311e11323be5bfce57ebd0842e6595 (patch) | |
tree | bc8c9f9eb8fa35efe4d718684b250aefc2752b57 /templates/releng/add.html | |
parent | 72bf6a02f3ee80cba40bb8556e161fd89ad7d886 (diff) |
releng: clarify some text and options
Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/releng/add.html')
-rw-r--r-- | templates/releng/add.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/templates/releng/add.html b/templates/releng/add.html index 3678532d..8488b40c 100644 --- a/templates/releng/add.html +++ b/templates/releng/add.html @@ -6,10 +6,17 @@ <div class="box"> <h2>Arch Releng Testbuild Feedback Entry</h2> - <p>This page allows you to submit feedback after testing and using a - release engineering install ISO. If you do not currently have feedback to - submit, you may want to take a look at the current - <a href="{% url releng-test-overview %}">results page</a>.</p> + <p>This page allows you to submit feedback after testing an Arch Linux installation + using a release engineering testbuild. Mark all the options you used during the + installation; at the end you can specify whether everything went OK. Be + sure to only denote a successful install after having checked the + installation properly. Some options require you to check several things (such as + config files), this will be mentioned alongside the option.</p> + <p>There is also an overview of all feedback on the + <a href="{% url releng-test-overview %}">results page</a>. Once we have + builds that are properly tested (enough successful feedback for all + important features of the ISO or a slightly earlier ISO), we can release new + official media.</p> <div id="releng-feedback"> <form action="" method="post">{% csrf_token %} {{ form.as_p }} |