[Feedback] Package Request Closure
NOTE: This issue template is only applicable to FastAPI implementations
in the code-base, which only exists within the pu
branch. If you wish to
file an issue for the current PHP implementation of aurweb, please file a
standard issue prefixed with [Bug]
or [Feature]
.
Checklist
-
I have prefixed the issue title with
[Feedback]
along with a message pointing to the route or feature tested.- Example:
[Feedback] /packages/{name}
- Example:
- I have completed the Changes section.
- I have completed the Summary section.
Changes
-
/requests/{id}/close
no longer has a reason selection. - All direct request closures via
/requests/{id}/close
are now rejections. - Normal users can now view and close their own requests.
These changes are related to the rework done in #232 (closed).
Summary
Everything seems to work as expected here. When closing a request, a rejection notification is sent to aur-requests mailing list with the closure comment I enter.