Skip to content

Commit 25ce0e2

Browse files
authored
Merge pull request #96 from scipp/copier-ess
copier update
2 parents 6e26c9d + f58fa96 commit 25ce0e2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.copier-answers.ess.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: 815268a
2+
_commit: 34ca4ba
33
_src_path: https://github.com/scipp/ess_template

.github/ISSUE_TEMPLATE/high-level-requirement.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ body:
7979
description: How can we test this requirement? Links to tests data and reference data, or other suggestions.
8080
validations:
8181
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."
88+
validations:
89+
required: false
8290
- type: textarea
8391
id: comments
8492
attributes:

0 commit comments

Comments
 (0)