We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9186677 commit 36b5d4dCopy full SHA for 36b5d4d
.github/ISSUE_TEMPLATE/high-level-requirement.yml
@@ -20,7 +20,11 @@ body:
20
id: context
21
attributes:
22
label: Context and background knowledge
23
- description: What is the context of this requirement? What background knowledge is required to understand it?
+ description: |
24
+ - What is the context of this requirement?
25
+ - What background knowledge is required to understand it?
26
+ - Does this depend on previous tasks? Provide links!
27
+ - Is there follow-up work?
28
placeholder: "Example: See summary on Wikipedia, or the following paper."
29
validations:
30
required: true
@@ -82,4 +86,4 @@ body:
82
86
description: Do you have other comments that do not fall in the above categories?
83
87
placeholder: "Example: Depends on issues #1234, blocked by #666."
84
88
85
- required: false
89
+ required: false
0 commit comments