Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.ess.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: d1d5caa
_commit: 34ca4ba
_src_path: https://github.com/scipp/ess_template
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/high-level-requirement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ body:
description: How can we test this requirement? Links to tests data and reference data, or other suggestions.
validations:
required: true
- type: textarea
id: existingimplementations
attributes:
label: Existing implementations
description: Are there any existing implementations or proof-of-concept implementations that we can imitate? This field is specifically for linking to source code.
placeholder: "Example: See this repository ... This script implements the procedure: https://file-storage.server.eu/script.code."
validations:
required: false
- type: textarea
id: comments
attributes:
Expand Down
Loading