Skip to content

Commit 71d7cf4

Browse files
authored
Add binding prefix and identification fields
1 parent d749ebe commit 71d7cf4

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/ISSUE_TEMPLATE/binding_submission.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,23 @@ body:
2727
description: |
2828
Stable link whose content cannot change (e.g., a date, version number, etc.),
2929
which can be managed by another entity than the custodian.
30-
Examples: https://www.w3.org/TR/wot/binding-templates/http-20240726/index.html
30+
Examples: `https://www.w3.org/TR/wot/binding-templates/http-20240726/index.html`
31+
validations:
32+
required: true
33+
- type: input
34+
id: prefix
35+
attributes:
36+
label: Binding Prefix
37+
description: |
38+
Examples: `htv`, `modv`, `cov`
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: identification
43+
attributes:
44+
label: Binding Identification
45+
description: |
46+
URI Scheme or other TD terms reserved for this binding, each provided as a new line.
47+
Examples: "subprotocol":"sse", "href":"http://example.com", "contentType":"application/json"
3148
validations:
3249
required: true

0 commit comments

Comments
 (0)