diff --git a/.github/ISSUE_TEMPLATE/subsection-test.yml b/.github/ISSUE_TEMPLATE/subsection-test.yml index 3482719..b0d532d 100644 --- a/.github/ISSUE_TEMPLATE/subsection-test.yml +++ b/.github/ISSUE_TEMPLATE/subsection-test.yml @@ -13,9 +13,16 @@ body: id: submitter attributes: label: Submitter - description: Please enter your name. + description: Please enter your full name. validations: required: true + - type: input + id: submitter-email + attributes: + label: Submitter Email + description: While not required for submission of a use case for consideration, the email of the submitter must be recorded before a use case is published in case follow-up is necessary. If you do not want to share your email here, please send an email to . These email addresses will be kept private and only used for communication on the use case. + validations: + required: false - type: markdown attributes: value: | @@ -31,7 +38,7 @@ body: - type: textarea id: why_wot attributes: - label: Why WoT? (Stackholder's interest in using WoT) + label: Why WoT? (Stakeholder's interest in using WoT) description: | Please describe why you would like to use WoT in your use case. validations: @@ -42,7 +49,6 @@ body: value: | ## Use Case Description and Expectations for stakeholders and environments - - type: textarea id: description attributes: @@ -80,35 +86,35 @@ body: id: expecteddevices attributes: label: Expected Devices - description: Please describe your expected devices for your use cases. + description: Please describe the expected devices for your use cases. validations: required: true - type: textarea id: expecteddata attributes: label: Expected Data - description: Please descrive your expected data for your use cases. + description: Please describe the expected data for your use cases. validations: required: true - type: textarea id: potentialadopters attributes: label: Potential Adopters - description: Please descrive your potential adopters for your use cases. + description: Please describe the potential adopters for your use cases. validations: required: true - type: textarea id: potentialapplications attributes: label: Potential Applications - description: Please descrive your potential applications for your use cases. + description: Please describe the potential applications of your use cases. validations: required: true - type: textarea id: expectedprotocol attributes: label: Expected Protocol - description: Please descrive your expected protocol for your use cases. + description: Please describe your expected protocol for your use cases. validations: required: true @@ -120,23 +126,23 @@ body: id: similarusecases attributes: label: Existing similar WoT use case already defined? - description: Please describe eyour expected protocol for your use cases. + description: Please describe your expected protocol for your use cases. validations: - required: true + required: false - type: textarea id: dependenciesonwot attributes: label: Dependencies on WoT - Affected WoT deliverables and/or work items description: | - List the affected WoT deliverables that have to be changed to enable this use case. + List the affected WoT deliverables that must be changed to enable this use case. validations: - required: true + required: false - type: textarea id: existingw3cstandards attributes: - label: Other WG's standards, e.g., HTML/CSS, Device APIs, DID/Verifiable Credentials, JSON-LD and RDF + label: Other WG's standards, e.g., HTML/CSS, Device APIs, DID/Verifiable Credentials, JSON-LD, and RDF validations: - required: true + required: false - type: textarea id: expectedrelationshipwithw3cstandards attributes: @@ -144,13 +150,13 @@ body: description: | Refer to the existing standards (no change for WoT) / Make WoT compatible by adding new features (impact for WoT). validations: - required: true + required: false - type: textarea id: existingextenalstandards attributes: label: Existing standards outside W3C validations: - required: true + required: false - type: textarea id: expectedrelationshipwithexternalstandards attributes: @@ -158,12 +164,12 @@ body: description: | Refer to the existing standards (no change for WoT) / Make WoT compatible by adding new features (impact for WoT). validations: - required: true + required: false - type: markdown attributes: value: | - ## Clarificaitons on user's needs
(optional but to be described as specific as possible so that requirements can be extracted precisely later) + ## Clarifications on user's needs
(optional but to be described as specific as possible so that requirements can be extracted precisely later) - type: textarea id: securityconsiderations attributes: @@ -172,7 +178,7 @@ body: Describe any issues related to security as a guide. See also the privacy part of [security and privacy review](https://github.com/w3c/wot-architecture/blob/main/publication/ver11/security_and_privacy.md). If there are none, say "none" and justify. validations: - required: true + required: false - type: textarea id: privacyconsideations attributes: @@ -181,7 +187,7 @@ body: Describe any issues related to privacy as a guide. See also the privacy part of [security and privacy review](https://github.com/w3c/wot-architecture/blob/main/publication/ver11/security_and_privacy.md). If there are none, say "none" and justify. validations: - required: true + required: false - type: textarea id: accessibilitycosiderations attributes: @@ -190,7 +196,7 @@ body: Describe any issues related to accessibility as a guide. See also [accessibility review](https://github.com/w3c/wot-architecture/blob/main/publication/ver11/accessibility.md). If there are none, say "none" and justify. validations: - required: true + required: false - type: textarea id: internationalizationconsiderations attributes: @@ -199,5 +205,5 @@ body: Describe any issues related to internationalization as a guide. See also [internationalization review](https://github.com/w3c/wot-architecture/blob/main/publication/ver11/internationalization.md). If there are none, say "none" and justify. validations: - required: true + required: false