Skip to content

Commit 82119a0

Browse files
authored
Fix nullness RFC link in issue template (#18369)
1 parent 70171b7 commit 82119a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/nullness_issue.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
- type: markdown
1414
attributes:
1515
value: |
16-
Please check at [Nullable Reference Types RFC](https://github.com/fsharp/fslang-design/blob/main/RFCs/FS-1060-nullable-reference-types.md) if this issue isn't a known limitation, such as missing flow-control analysis after branching constructs like `if` or `while`. Also check at [existing nullness issues](https://github.com/dotnet/fsharp/issues?q=is%3Aissue+label%3AArea-Nullness+) if it hasn't been reported already.
16+
Please check at [Nullable Reference Types RFC](https://github.com/fsharp/fslang-design/blob/main/FSharp-9.0/FS-1060-nullable-reference-types.md) if this issue isn't a known limitation, such as missing flow-control analysis after branching constructs like `if` or `while`. Also check at [existing nullness issues](https://github.com/dotnet/fsharp/issues?q=is%3Aissue+label%3AArea-Nullness+) if it hasn't been reported already.
1717
Please provide a succinct description of the issue and choose 1 or more from the following categories of impact
1818
- type: checkboxes
1919
id: categories
@@ -73,4 +73,4 @@ body:
7373
Are there any language constructs (typically pattern matching, library constructs, Null/NonNull active patterns, explicit type annotations) allowing the same logic be expressed differently in order to mitigate the experienced nullness issue?
7474
placeholder: Possible workaround
7575
validations:
76-
required: false
76+
required: false

0 commit comments

Comments
 (0)