ISSUE_TEMPLATES: Remove note about forks from the Update Request form (#399606)

Aleksana cd8e875c 2e5977ad

Changed files
+7 -3
.github
ISSUE_TEMPLATE
+7 -3
.github/ISSUE_TEMPLATE/05_update_request.yml
···
> For instance, if you were filing a request against the out of date `hello` package, where the current version in Nixpkgs is 1.0.0, but the latest version upstream is 1.0.1, your title would be as follows:
> `Update Request: hello 1.0.0 → 1.0.1`
-
> [!NOTE]
-
> If you are filing an update request to change a package's source to a fork, please file a new package request instead. Even if the original upstream is outdated, the fork should be considered a new package.
-
---
- type: "dropdown"
id: "version"
···
attributes:
label: "Changelog"
description: "If applicable, please link the upstream changelog for the latest version."
+
validations:
+
required: false
+
- type: "textarea"
+
id: "additional-context"
+
attributes:
+
label: "Additional context"
+
description: "Add any other context about the update here."
validations:
required: false
- type: "textarea"