diff --git a/Testing-Guide.md b/Testing-Guide.md index 4a26e2e..5778afb 100644 --- a/Testing-Guide.md +++ b/Testing-Guide.md @@ -34,8 +34,9 @@ improved state. 1. Read [Testing Methods](#testing-methods) 2. Read [User Experience](#user-experience) -3. Read [Edge Cases](#edge-cases) -4. Go back and focus on [User Experience](#user-experience) or any of the +3. Read [User Experience Feedback](#user-experience-feedback) +4. Read [Edge Cases](#edge-cases) +5. Go back and focus on [User Experience](#user-experience) or any of the other needs specified in [What We Need Tested](#what-we-need-tested) and [What Else?](#what-else) @@ -79,15 +80,19 @@ feature-equivalent to PHP's user experience. We have, however, changed some things which we believe benefits users (and implements tasks requested by bug reports, etc). -Additionally, if you could, please provide some thoughts about -your experience with the FastAPI code in an issue prefixed with -`[Feedback]` using the [Feedback issue template](https://gitlab.archlinux.org/archlinux/aurweb/-/issues/new?issueable_template=Feedback). This is what we'll need to collect data about issues -to move forward with production. - [Issue #161](https://gitlab.archlinux.org/archlinux/aurweb/-/issues/161) is used to track the overall progress of these tests and links out to issues specific to each test we need. +## User Experience Feedback + +If you could, please provide some thoughts about your experience with the +FastAPI code in an issue prefixed with `[Feedback] #` (where `` is a `[User Testing]` issue) using the [Feedback issue template](https://gitlab.archlinux.org/archlinux/aurweb/-/issues/new?issueable_template=Feedback). This is what we'll need to collect data about issues to move forward with production. + +If you find any extensive bugs, you can file a `[Bug]` issue using the +[Bug issue template](https://gitlab.archlinux.org/archlinux/aurweb/-/issues/new?issueable_template=Bug), +which would keep things more organized for us in general. + In any case, take a look at the Feedback template and use the same template for comments you may include on one of the `[User Testing]` issues.