You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/high-level-requirement.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,14 @@ body:
79
79
description: How can we test this requirement? Links to tests data and reference data, or other suggestions.
80
80
validations:
81
81
required: true
82
+
- type: textarea
83
+
id: existingimplementations
84
+
attributes:
85
+
label: Existing implementations
86
+
description: Are there any existing implementations or proof-of-concept implementations that we can imitate? This field is specifically for linking to source code.
87
+
placeholder: "Example: See this repository ... This script implements the procedure: https://file-storage.server.eu/script.code."
0 commit comments